Shades of Jade #0FAB77
Tints of Jade #0FAB77
RGB
CMYK
RGB Variations
Color information
#0FAB77 (or 0x0FAB77) is known color: Jade. HEX triplet: 0F, AB and 77. RGB value is (15,171,119). Sum of RGB (Red+Green+Blue) = 15+171+119=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB77 is #F05488. Grayscale: #767676. Windows color (decimal): -15750281 or 7842575. OLE color: 7842575.
HSL color Cylindrical-coordinate representation of color #0FAB77: hue angle of 160º 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 #0FAB77 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 119 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.33 |
| HSL | 160º | 0.84% | 0.36% | - |
| HSV(B) | 160º | 0.91% | 0.67% | - |
| XYZ | 18.09 | 30.56 | 22.4 | - |
| YUV | 118.43 | 128.32 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 119 | 0.91 | 0 | 0.30 | 0.33 | 160 | 0.84 | 0.36 |
| Hex | F | AB | 77 | 5B | 0 | 1E | 21 | A0 | 54 | 24 |
| Octal | 17 | 253 | 167 | 133 | 0 | 36 | 41 | 240 | 124 | 44 |
| Binary | 1111 | 10101011 | 1110111 | 1011011 | 0 | 11110 | 100001 | 10100000 | 1010100 | 100100 |
Color Harmonies of #0FAB77
Complementary color
Monochromatic Colors of #0FAB77
Black with #0FAB77
Text Example
Text Example
White with #0FAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB77; }
p { color: rgb(15,171,119); }
H1.HeaderClassName
{
color: #0FAB77;
}
.AnyTagClassName
{
color: #0FAB77;
}
</style>
background-color css
<style>
a { background-color: #0FAB77; }
a { background-color: rgb(15,171,119); }
div.DivClassName
{
background-color: #0FAB77;
}
.BgClassName
{
background-color: #0FAB77;
}
</style>
border-color css
<style>
span { border-color: #0FAB77; }
span { border-color: rgb(15,171,119); }
td.TdClassName
{
border-color: #0FAB77;
}
.TagClassName
{
border-color: #0FAB77;
}
</style>