Shades of Jade #12AB71
Tints of Jade #12AB71
RGB
CMYK
RGB Variations
Color information
#12AB71 (or 0x12AB71) is known color: Jade. HEX triplet: 12, AB and 71. RGB value is (18,171,113). Sum of RGB (Red+Green+Blue) = 18+171+113=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB71 is #ED548E. Grayscale: #767676. Windows color (decimal): -15553679 or 7449362. OLE color: 7449362.
HSL color Cylindrical-coordinate representation of color #12AB71: hue angle of 157.25º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB71 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 113 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.33 |
| HSL | 157.25º | 0.81% | 0.37% | - |
| HSV(B) | 157.25º | 0.89% | 0.67% | - |
| XYZ | 17.79 | 30.45 | 20.56 | - |
| YUV | 118.64 | 124.81 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 113 | 0.89 | 0 | 0.34 | 0.33 | 157.25 | 0.81 | 0.37 |
| Hex | 12 | AB | 71 | 59 | 0 | 22 | 21 | 9D | 51 | 25 |
| Octal | 22 | 253 | 161 | 131 | 0 | 42 | 41 | 235 | 121 | 45 |
| Binary | 10010 | 10101011 | 1110001 | 1011001 | 0 | 100010 | 100001 | 10011101 | 1010001 | 100101 |
Color Harmonies of #12AB71
Complementary color
Monochromatic Colors of #12AB71
Black with #12AB71
Text Example
Text Example
White with #12AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB71; }
p { color: rgb(18,171,113); }
H1.HeaderClassName
{
color: #12AB71;
}
.AnyTagClassName
{
color: #12AB71;
}
</style>
background-color css
<style>
a { background-color: #12AB71; }
a { background-color: rgb(18,171,113); }
div.DivClassName
{
background-color: #12AB71;
}
.BgClassName
{
background-color: #12AB71;
}
</style>
border-color css
<style>
span { border-color: #12AB71; }
span { border-color: rgb(18,171,113); }
td.TdClassName
{
border-color: #12AB71;
}
.TagClassName
{
border-color: #12AB71;
}
</style>