#12AB64

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

Shades of Jade #12AB64

Tints of Jade #12AB64

Color information

#12AB64 (or 0x12AB64) is unknown color: approx Jade. HEX triplet: 12, AB and 64. RGB value is (18,171,100). Sum of RGB (Red+Green+Blue) = 18+171+100=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB64 is #ED549B. Grayscale: #757575. Windows color (decimal): -15553692 or 6597394. OLE color: 6597394.

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

Color convert

RGB18171100-
CMYK0.8900.420.33
HSL152.16º80.95%37.06%-
HSV(B)152.16º89.47%67.06%-
XYZ17.1130.1716.98-
YUV117.16118.3157.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 171 (67.19% from 255) = 59.17%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=6.23%
G=59.17%
B=34.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181711000.8900.420.33152.1680.9537.06
Hex12AB645902A21985125
Octal222531441310524123012145
Binary1001010101011110010010110010101010100001100110001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,171,100); }

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

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

 a { background-color: rgb(18,171,100); }

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

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

 span { border-color: rgb(18,171,100); }

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