Shades of Jade #0FAB67
Tints of Jade #0FAB67
RGB
CMYK
RGB Variations
Color information
#0FAB67 (or 0x0FAB67) is known color: Jade. HEX triplet: 0F, AB and 67. RGB value is (15,171,103). Sum of RGB (Red+Green+Blue) = 15+171+103=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB67 is #F05498. Grayscale: #747474. Windows color (decimal): -15750297 or 6793999. OLE color: 6793999.
HSL color Cylindrical-coordinate representation of color #0FAB67: hue angle of 153.85º 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 #0FAB67 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 103 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.33 |
| HSL | 153.85º | 0.84% | 0.36% | - |
| HSV(B) | 153.85º | 0.91% | 0.67% | - |
| XYZ | 17.21 | 30.21 | 17.76 | - |
| YUV | 116.6 | 120.32 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 103 | 0.91 | 0 | 0.40 | 0.33 | 153.85 | 0.84 | 0.36 |
| Hex | F | AB | 67 | 5B | 0 | 28 | 21 | 9A | 54 | 24 |
| Octal | 17 | 253 | 147 | 133 | 0 | 50 | 41 | 232 | 124 | 44 |
| Binary | 1111 | 10101011 | 1100111 | 1011011 | 0 | 101000 | 100001 | 10011010 | 1010100 | 100100 |
Color Harmonies of #0FAB67
Complementary color
Monochromatic Colors of #0FAB67
Black with #0FAB67
Text Example
Text Example
White with #0FAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB67; }
p { color: rgb(15,171,103); }
H1.HeaderClassName
{
color: #0FAB67;
}
.AnyTagClassName
{
color: #0FAB67;
}
</style>
background-color css
<style>
a { background-color: #0FAB67; }
a { background-color: rgb(15,171,103); }
div.DivClassName
{
background-color: #0FAB67;
}
.BgClassName
{
background-color: #0FAB67;
}
</style>
border-color css
<style>
span { border-color: #0FAB67; }
span { border-color: rgb(15,171,103); }
td.TdClassName
{
border-color: #0FAB67;
}
.TagClassName
{
border-color: #0FAB67;
}
</style>