Shades of Jade #12A872
Tints of Jade #12A872
RGB
CMYK
RGB Variations
Color information
#12A872 (or 0x12A872) is known color: Jade. HEX triplet: 12, A8 and 72. RGB value is (18,168,114). Sum of RGB (Red+Green+Blue) = 18+168+114=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 168 (66.02% from 255 or 56% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 168 - color contains mainly: green. Hex color #12A872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A872 is #ED578D. Grayscale: #757575. Windows color (decimal): -15554446 or 7514130. OLE color: 7514130.
HSL color Cylindrical-coordinate representation of color #12A872: hue angle of 158.4º 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 #12A872 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 168 | 114 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.34 |
| HSL | 158.4º | 0.81% | 0.36% | - |
| HSV(B) | 158.4º | 0.89% | 0.66% | - |
| XYZ | 17.29 | 29.35 | 20.67 | - |
| YUV | 116.99 | 126.31 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 114 | 0.89 | 0 | 0.32 | 0.34 | 158.4 | 0.81 | 0.36 |
| Hex | 12 | A8 | 72 | 59 | 0 | 20 | 22 | 9E | 51 | 24 |
| Octal | 22 | 250 | 162 | 131 | 0 | 40 | 42 | 236 | 121 | 44 |
| Binary | 10010 | 10101000 | 1110010 | 1011001 | 0 | 100000 | 100010 | 10011110 | 1010001 | 100100 |
Color Harmonies of #12A872
Complementary color
Monochromatic Colors of #12A872
Black with #12A872
Text Example
Text Example
White with #12A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A872; }
p { color: rgb(18,168,114); }
H1.HeaderClassName
{
color: #12A872;
}
.AnyTagClassName
{
color: #12A872;
}
</style>
background-color css
<style>
a { background-color: #12A872; }
a { background-color: rgb(18,168,114); }
div.DivClassName
{
background-color: #12A872;
}
.BgClassName
{
background-color: #12A872;
}
</style>
border-color css
<style>
span { border-color: #12A872; }
span { border-color: rgb(18,168,114); }
td.TdClassName
{
border-color: #12A872;
}
.TagClassName
{
border-color: #12A872;
}
</style>