Shades of Jade #0FA872
Tints of Jade #0FA872
RGB
CMYK
RGB Variations
Color information
#0FA872 (or 0x0FA872) is known color: Jade. HEX triplet: 0F, A8 and 72. RGB value is (15,168,114). Sum of RGB (Red+Green+Blue) = 15+168+114=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 168 (66.02% from 255 or 56.57% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA872 is #F0578D. Grayscale: #747474. Windows color (decimal): -15751054 or 7514127. OLE color: 7514127.
HSL color Cylindrical-coordinate representation of color #0FA872: hue angle of 158.82º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA872 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 168 | 114 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.34 |
| HSL | 158.82º | 0.84% | 0.36% | - |
| HSV(B) | 158.82º | 0.91% | 0.66% | - |
| XYZ | 17.24 | 29.32 | 20.67 | - |
| YUV | 116.1 | 126.81 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 114 | 0.91 | 0 | 0.32 | 0.34 | 158.82 | 0.84 | 0.36 |
| Hex | F | A8 | 72 | 5B | 0 | 20 | 22 | 9F | 54 | 24 |
| Octal | 17 | 250 | 162 | 133 | 0 | 40 | 42 | 237 | 124 | 44 |
| Binary | 1111 | 10101000 | 1110010 | 1011011 | 0 | 100000 | 100010 | 10011111 | 1010100 | 100100 |
Color Harmonies of #0FA872
Complementary color
Monochromatic Colors of #0FA872
Black with #0FA872
Text Example
Text Example
White with #0FA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA872; }
p { color: rgb(15,168,114); }
H1.HeaderClassName
{
color: #0FA872;
}
.AnyTagClassName
{
color: #0FA872;
}
</style>
background-color css
<style>
a { background-color: #0FA872; }
a { background-color: rgb(15,168,114); }
div.DivClassName
{
background-color: #0FA872;
}
.BgClassName
{
background-color: #0FA872;
}
</style>
border-color css
<style>
span { border-color: #0FA872; }
span { border-color: rgb(15,168,114); }
td.TdClassName
{
border-color: #0FA872;
}
.TagClassName
{
border-color: #0FA872;
}
</style>