Shades of Jade #12A870
Tints of Jade #12A870
RGB
CMYK
RGB Variations
Color information
#12A870 (or 0x12A870) is known color: 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
| RGB | 18 | 168 | 112 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.34 |
| HSL | 157.6º | 0.81% | 0.36% | - |
| HSV(B) | 157.6º | 0.89% | 0.66% | - |
| XYZ | 17.18 | 29.3 | 20.08 | - |
| YUV | 116.77 | 125.31 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 112 | 0.89 | 0 | 0.33 | 0.34 | 157.6 | 0.81 | 0.36 |
| Hex | 12 | A8 | 70 | 59 | 0 | 21 | 22 | 9E | 51 | 24 |
| Octal | 22 | 250 | 160 | 131 | 0 | 41 | 42 | 236 | 121 | 44 |
| Binary | 10010 | 10101000 | 1110000 | 1011001 | 0 | 100001 | 100010 | 10011110 | 1010001 | 100100 |
Color Harmonies of #12A870
Complementary color
Monochromatic Colors of #12A870
Black with #12A870
Text Example
Text Example
White with #12A870
Text Example
Text Example
HTML Codes & Css Web 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>