Shades of Jade #0FAB71
Tints of Jade #0FAB71
RGB
CMYK
RGB Variations
Color information
#0FAB71 (or 0x0FAB71) is known color: Jade. HEX triplet: 0F, AB and 71. RGB value is (15,171,113). Sum of RGB (Red+Green+Blue) = 15+171+113=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB71 is #F0548E. Grayscale: #757575. Windows color (decimal): -15750287 or 7449359. OLE color: 7449359.
HSL color Cylindrical-coordinate representation of color #0FAB71: hue angle of 157.69º 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 #0FAB71 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 113 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.33 |
| HSL | 157.69º | 0.84% | 0.36% | - |
| HSV(B) | 157.69º | 0.91% | 0.67% | - |
| XYZ | 17.74 | 30.42 | 20.56 | - |
| YUV | 117.74 | 125.32 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 113 | 0.91 | 0 | 0.34 | 0.33 | 157.69 | 0.84 | 0.36 |
| Hex | F | AB | 71 | 5B | 0 | 22 | 21 | 9E | 54 | 24 |
| Octal | 17 | 253 | 161 | 133 | 0 | 42 | 41 | 236 | 124 | 44 |
| Binary | 1111 | 10101011 | 1110001 | 1011011 | 0 | 100010 | 100001 | 10011110 | 1010100 | 100100 |
Color Harmonies of #0FAB71
Complementary color
Monochromatic Colors of #0FAB71
Black with #0FAB71
Text Example
Text Example
White with #0FAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB71; }
p { color: rgb(15,171,113); }
H1.HeaderClassName
{
color: #0FAB71;
}
.AnyTagClassName
{
color: #0FAB71;
}
</style>
background-color css
<style>
a { background-color: #0FAB71; }
a { background-color: rgb(15,171,113); }
div.DivClassName
{
background-color: #0FAB71;
}
.BgClassName
{
background-color: #0FAB71;
}
</style>
border-color css
<style>
span { border-color: #0FAB71; }
span { border-color: rgb(15,171,113); }
td.TdClassName
{
border-color: #0FAB71;
}
.TagClassName
{
border-color: #0FAB71;
}
</style>