#12AB66

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

Shades of Jade #12AB66

Tints of Jade #12AB66

Color information

#12AB66 (or 0x12AB66) is unknown color: approx Jade. HEX triplet: 12, AB and 66. RGB value is (18,171,102). Sum of RGB (Red+Green+Blue) = 18+171+102=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB66 is #ED5499. Grayscale: #757575. Windows color (decimal): -15553690 or 6728466. OLE color: 6728466.

HSL color Cylindrical-coordinate representation of color #12AB66: hue angle of 152.94º 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 #12AB66 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB18171102-
CMYK0.8900.400.33
HSL152.94º80.95%37.06%-
HSV(B)152.94º89.47%67.06%-
XYZ17.2130.2117.5-
YUV117.39119.3157.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 171 (67.19% from 255) = 58.76%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=6.19%
G=58.76%
B=35.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181711020.8900.400.33152.9480.9537.06
Hex12AB665902821995125
Octal222531461310504123112145
Binary1001010101011110011010110010101000100001100110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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