Shades of Jade #0FAF72
Tints of Jade #0FAF72
RGB
CMYK
RGB Variations
Color information
#0FAF72 (or 0x0FAF72) is known color: Jade. HEX triplet: 0F, AF and 72. RGB value is (15,175,114). Sum of RGB (Red+Green+Blue) = 15+175+114=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF72 is #F0508D. Grayscale: #787878. Windows color (decimal): -15749262 or 7515919. OLE color: 7515919.
HSL color Cylindrical-coordinate representation of color #0FAF72: hue angle of 157.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF72 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 114 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.31 |
| HSL | 157.13º | 0.84% | 0.37% | - |
| HSV(B) | 157.13º | 0.91% | 0.69% | - |
| XYZ | 18.56 | 31.98 | 21.11 | - |
| YUV | 120.21 | 124.49 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 114 | 0.91 | 0 | 0.35 | 0.31 | 157.13 | 0.84 | 0.37 |
| Hex | F | AF | 72 | 5B | 0 | 23 | 1F | 9D | 54 | 25 |
| Octal | 17 | 257 | 162 | 133 | 0 | 43 | 37 | 235 | 124 | 45 |
| Binary | 1111 | 10101111 | 1110010 | 1011011 | 0 | 100011 | 11111 | 10011101 | 1010100 | 100101 |
Color Harmonies of #0FAF72
Complementary color
Monochromatic Colors of #0FAF72
Black with #0FAF72
Text Example
Text Example
White with #0FAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF72; }
p { color: rgb(15,175,114); }
H1.HeaderClassName
{
color: #0FAF72;
}
.AnyTagClassName
{
color: #0FAF72;
}
</style>
background-color css
<style>
a { background-color: #0FAF72; }
a { background-color: rgb(15,175,114); }
div.DivClassName
{
background-color: #0FAF72;
}
.BgClassName
{
background-color: #0FAF72;
}
</style>
border-color css
<style>
span { border-color: #0FAF72; }
span { border-color: rgb(15,175,114); }
td.TdClassName
{
border-color: #0FAF72;
}
.TagClassName
{
border-color: #0FAF72;
}
</style>