#12A86F

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

Shades of Jade #12A86F

Tints of Jade #12A86F

Color information

#12A86F (or 0x12A86F) is unknown color: approx Jade. HEX triplet: 12, A8 and 6F. RGB value is (18,168,111). Sum of RGB (Red+Green+Blue) = 18+168+111=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 168 (66.02% from 255 or 56.57% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 168 - color contains mainly: green. Hex color #12A86F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A86F is #ED5790. Grayscale: #747474. Windows color (decimal): -15554449 or 7317522. OLE color: 7317522.

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

Color convert

RGB18168111-
CMYK0.8900.340.34
HSL157.2º80.65%36.47%-
HSV(B)157.2º89.29%65.88%-
XYZ17.1229.2819.79-
YUV116.65124.857.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 168 (66.02% from 255) = 56.57%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=6.06%
G=56.57%
B=37.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181681110.8900.340.34157.280.6536.47
Hex12A86F59022229d5124
Octal222501571310424223512144
Binary1001010101000110111110110010100010100010100111011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,168,111); }

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

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

 a { background-color: rgb(18,168,111); }

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

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

 span { border-color: rgb(18,168,111); }

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