Shades of Jade #0FAB6C
Tints of Jade #0FAB6C
RGB
CMYK
RGB Variations
Color information
#0FAB6C (or 0x0FAB6C) is known color: Jade. HEX triplet: 0F, AB and 6C. RGB value is (15,171,108). Sum of RGB (Red+Green+Blue) = 15+171+108=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB6C is #F05493. Grayscale: #757575. Windows color (decimal): -15750292 or 7121679. OLE color: 7121679.
HSL color Cylindrical-coordinate representation of color #0FAB6C: hue angle of 155.77º 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 #0FAB6C is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 108 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.33 |
| HSL | 155.77º | 0.84% | 0.36% | - |
| HSV(B) | 155.77º | 0.91% | 0.67% | - |
| XYZ | 17.47 | 30.31 | 19.12 | - |
| YUV | 117.17 | 122.82 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 108 | 0.91 | 0 | 0.37 | 0.33 | 155.77 | 0.84 | 0.36 |
| Hex | F | AB | 6C | 5B | 0 | 25 | 21 | 9C | 54 | 24 |
| Octal | 17 | 253 | 154 | 133 | 0 | 45 | 41 | 234 | 124 | 44 |
| Binary | 1111 | 10101011 | 1101100 | 1011011 | 0 | 100101 | 100001 | 10011100 | 1010100 | 100100 |
Color Harmonies of #0FAB6C
Complementary color
Monochromatic Colors of #0FAB6C
Black with #0FAB6C
Text Example
Text Example
White with #0FAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB6C; }
p { color: rgb(15,171,108); }
H1.HeaderClassName
{
color: #0FAB6C;
}
.AnyTagClassName
{
color: #0FAB6C;
}
</style>
background-color css
<style>
a { background-color: #0FAB6C; }
a { background-color: rgb(15,171,108); }
div.DivClassName
{
background-color: #0FAB6C;
}
.BgClassName
{
background-color: #0FAB6C;
}
</style>
border-color css
<style>
span { border-color: #0FAB6C; }
span { border-color: rgb(15,171,108); }
td.TdClassName
{
border-color: #0FAB6C;
}
.TagClassName
{
border-color: #0FAB6C;
}
</style>