#12A974

Color #12A974 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #12A974

Tints of Jade #12A974

Color information

#12A974 (or 0x12A974) is unknown color: approx Jade. HEX triplet: 12, A9 and 74. RGB value is (18,169,116). Sum of RGB (Red+Green+Blue) = 18+169+116=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 169 (66.41% from 255 or 55.78% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 169 - color contains mainly: green. Hex color #12A974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A974 is #ED568B. Grayscale: #757575. Windows color (decimal): -15554188 or 7645458. OLE color: 7645458.

HSL color Cylindrical-coordinate representation of color #12A974: hue angle of 158.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A974 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB18169116-
CMYK0.8900.310.34
HSL158.94º80.75%36.67%-
HSV(B)158.94º89.35%66.27%-
XYZ17.5929.7721.34-
YUV117.81126.9756.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 169 (66.41% from 255) = 55.78%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=5.94%
G=55.78%
B=38.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181691160.8900.310.34158.9480.7536.67
Hex12A9745901F229f5125
Octal222511641310374223712145
Binary100101010100111101001011001011111100010100111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A974; }

 p { color: rgb(18,169,116); }

 H1.HeaderClassName
 {
   color: #12A974;
 }
 .AnyTagClassName
 {
   color: #12A974;
 }
</style>
background-color css

<style>
 a { background-color: #12A974; }

 a { background-color: rgb(18,169,116); }

 div.DivClassName
 {
   background-color: #12A974;
 }
 .BgClassName
 {
   background-color: #12A974;
 }
</style>
border-color css

<style>
 span { border-color: #12A974; }

 span { border-color: rgb(18,169,116); }

 td.TdClassName
 {
   border-color: #12A974;
 }
 .TagClassName
 {
   border-color: #12A974;
 }
</style>