#12A870

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

Shades of Jade #12A870

Tints of Jade #12A870

Color information

#12A870 (or 0x12A870) is unknown color: approx Jade. HEX triplet: 12, A8 and 70. RGB value is (18,168,112). Sum of RGB (Red+Green+Blue) = 18+168+112=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #12A870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A870 is #ED578F. Grayscale: #747474. Windows color (decimal): -15554448 or 7383058. OLE color: 7383058.

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

Color convert

RGB18168112-
CMYK0.8900.330.34
HSL157.6º80.65%36.47%-
HSV(B)157.6º89.29%65.88%-
XYZ17.1829.320.08-
YUV116.77125.357.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 168 (66.02% from 255) = 56.38%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=6.04%
G=56.38%
B=37.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181681120.8900.330.34157.680.6536.47
Hex12A87059021229e5124
Octal222501601310414223612144
Binary1001010101000111000010110010100001100010100111101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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