Shades of Jade #12AF72
Tints of Jade #12AF72
RGB
CMYK
RGB Variations
Color information
#12AF72 (or 0x12AF72) is known color: Jade. HEX triplet: 12, AF and 72. RGB value is (18,175,114). Sum of RGB (Red+Green+Blue) = 18+175+114=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF72 is #ED508D. Grayscale: #797979. Windows color (decimal): -15552654 or 7515922. OLE color: 7515922.
HSL color Cylindrical-coordinate representation of color #12AF72: hue angle of 156.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF72 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 175 | 114 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.31 |
| HSL | 156.69º | 0.81% | 0.38% | - |
| HSV(B) | 156.69º | 0.9% | 0.69% | - |
| XYZ | 18.62 | 32 | 21.12 | - |
| YUV | 121.1 | 123.99 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 114 | 0.90 | 0 | 0.35 | 0.31 | 156.69 | 0.81 | 0.38 |
| Hex | 12 | AF | 72 | 5A | 0 | 23 | 1F | 9D | 51 | 26 |
| Octal | 22 | 257 | 162 | 132 | 0 | 43 | 37 | 235 | 121 | 46 |
| Binary | 10010 | 10101111 | 1110010 | 1011010 | 0 | 100011 | 11111 | 10011101 | 1010001 | 100110 |
Color Harmonies of #12AF72
Complementary color
Monochromatic Colors of #12AF72
Black with #12AF72
Text Example
Text Example
White with #12AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AF72; }
p { color: rgb(18,175,114); }
H1.HeaderClassName
{
color: #12AF72;
}
.AnyTagClassName
{
color: #12AF72;
}
</style>
background-color css
<style>
a { background-color: #12AF72; }
a { background-color: rgb(18,175,114); }
div.DivClassName
{
background-color: #12AF72;
}
.BgClassName
{
background-color: #12AF72;
}
</style>
border-color css
<style>
span { border-color: #12AF72; }
span { border-color: rgb(18,175,114); }
td.TdClassName
{
border-color: #12AF72;
}
.TagClassName
{
border-color: #12AF72;
}
</style>