Shades of Jade #0FAA72
Tints of Jade #0FAA72
RGB
CMYK
RGB Variations
Color information
#0FAA72 (or 0x0FAA72) is known color: Jade. HEX triplet: 0F, AA and 72. RGB value is (15,170,114). Sum of RGB (Red+Green+Blue) = 15+170+114=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA72 is #F0558D. Grayscale: #757575. Windows color (decimal): -15750542 or 7514639. OLE color: 7514639.
HSL color Cylindrical-coordinate representation of color #0FAA72: hue angle of 158.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA72 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 114 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.33 |
| HSL | 158.32º | 0.84% | 0.36% | - |
| HSV(B) | 158.32º | 0.91% | 0.67% | - |
| XYZ | 17.61 | 30.07 | 20.79 | - |
| YUV | 117.27 | 126.15 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 114 | 0.91 | 0 | 0.33 | 0.33 | 158.32 | 0.84 | 0.36 |
| Hex | F | AA | 72 | 5B | 0 | 21 | 21 | 9E | 54 | 24 |
| Octal | 17 | 252 | 162 | 133 | 0 | 41 | 41 | 236 | 124 | 44 |
| Binary | 1111 | 10101010 | 1110010 | 1011011 | 0 | 100001 | 100001 | 10011110 | 1010100 | 100100 |
Color Harmonies of #0FAA72
Complementary color
Monochromatic Colors of #0FAA72
Black with #0FAA72
Text Example
Text Example
White with #0FAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA72; }
p { color: rgb(15,170,114); }
H1.HeaderClassName
{
color: #0FAA72;
}
.AnyTagClassName
{
color: #0FAA72;
}
</style>
background-color css
<style>
a { background-color: #0FAA72; }
a { background-color: rgb(15,170,114); }
div.DivClassName
{
background-color: #0FAA72;
}
.BgClassName
{
background-color: #0FAA72;
}
</style>
border-color css
<style>
span { border-color: #0FAA72; }
span { border-color: rgb(15,170,114); }
td.TdClassName
{
border-color: #0FAA72;
}
.TagClassName
{
border-color: #0FAA72;
}
</style>