#12AC62

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

Shades of Jade #12AC62

Tints of Jade #12AC62

Color information

#12AC62 (or 0x12AC62) is unknown color: approx Jade. HEX triplet: 12, AC and 62. RGB value is (18,172,98). Sum of RGB (Red+Green+Blue) = 18+172+98=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC62 is #ED539D. Grayscale: #757575. Windows color (decimal): -15553438 or 6466578. OLE color: 6466578.

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

Color convert

RGB1817298-
CMYK0.9000.430.33
HSL151.17º81.05%37.25%-
HSV(B)151.17º89.53%67.45%-
XYZ17.2130.5216.54-
YUV117.52116.9857.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.25%
GREEN value IS 172 (67.58% from 255) = 59.72%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=6.25%
G=59.72%
B=34.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18172980.9000.430.33151.1781.0537.25
Hex12AC625A02B21975125
Octal222541421320534122712145
Binary1001010101100110001010110100101011100001100101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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