#12AB62

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

Shades of Jade #12AB62

Tints of Jade #12AB62

Color information

#12AB62 (or 0x12AB62) is unknown color: approx Jade. HEX triplet: 12, AB and 62. RGB value is (18,171,98). Sum of RGB (Red+Green+Blue) = 18+171+98=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB62 is #ED549D. Grayscale: #757575. Windows color (decimal): -15553694 or 6466322. OLE color: 6466322.

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

Color convert

RGB1817198-
CMYK0.8900.430.33
HSL151.37º80.95%37.06%-
HSV(B)151.37º89.47%67.06%-
XYZ17.0230.1416.48-
YUV116.93117.3157.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 171 (67.19% from 255) = 59.58%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=6.27%
G=59.58%
B=34.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171980.8900.430.33151.3780.9537.06
Hex12AB625902B21975125
Octal222531421310534122712145
Binary1001010101011110001010110010101011100001100101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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