Shades of Jade #0FAF73
Tints of Jade #0FAF73
RGB
CMYK
RGB Variations
Color information
#0FAF73 (or 0x0FAF73) is known color: Jade. HEX triplet: 0F, AF and 73. RGB value is (15,175,115). Sum of RGB (Red+Green+Blue) = 15+175+115=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF73 is #F0508C. Grayscale: #787878. Windows color (decimal): -15749261 or 7581455. OLE color: 7581455.
HSL color Cylindrical-coordinate representation of color #0FAF73: hue angle of 157.5º 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 #0FAF73 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 115 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.31 |
| HSL | 157.5º | 0.84% | 0.37% | - |
| HSV(B) | 157.5º | 0.91% | 0.69% | - |
| XYZ | 18.62 | 32 | 21.41 | - |
| YUV | 120.32 | 124.99 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 115 | 0.91 | 0 | 0.34 | 0.31 | 157.5 | 0.84 | 0.37 |
| Hex | F | AF | 73 | 5B | 0 | 22 | 1F | 9E | 54 | 25 |
| Octal | 17 | 257 | 163 | 133 | 0 | 42 | 37 | 236 | 124 | 45 |
| Binary | 1111 | 10101111 | 1110011 | 1011011 | 0 | 100010 | 11111 | 10011110 | 1010100 | 100101 |
Color Harmonies of #0FAF73
Complementary color
Monochromatic Colors of #0FAF73
Black with #0FAF73
Text Example
Text Example
White with #0FAF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF73; }
p { color: rgb(15,175,115); }
H1.HeaderClassName
{
color: #0FAF73;
}
.AnyTagClassName
{
color: #0FAF73;
}
</style>
background-color css
<style>
a { background-color: #0FAF73; }
a { background-color: rgb(15,175,115); }
div.DivClassName
{
background-color: #0FAF73;
}
.BgClassName
{
background-color: #0FAF73;
}
</style>
border-color css
<style>
span { border-color: #0FAF73; }
span { border-color: rgb(15,175,115); }
td.TdClassName
{
border-color: #0FAF73;
}
.TagClassName
{
border-color: #0FAF73;
}
</style>