Shades of Jade #0FAC60
Tints of Jade #0FAC60
RGB
CMYK
RGB Variations
Color information
#0FAC60 (or 0x0FAC60) is known color: Jade. HEX triplet: 0F, AC and 60. RGB value is (15,172,96). Sum of RGB (Red+Green+Blue) = 15+172+96=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC60 is #F0539F. Grayscale: #747474. Windows color (decimal): -15750048 or 6335503. OLE color: 6335503.
HSL color Cylindrical-coordinate representation of color #0FAC60: hue angle of 150.96º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAC60 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 96 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.33 |
| HSL | 150.96º | 0.84% | 0.37% | - |
| HSV(B) | 150.96º | 0.91% | 0.67% | - |
| XYZ | 17.06 | 30.45 | 16.04 | - |
| YUV | 116.39 | 116.49 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 96 | 0.91 | 0 | 0.44 | 0.33 | 150.96 | 0.84 | 0.37 |
| Hex | F | AC | 60 | 5B | 0 | 2C | 21 | 97 | 54 | 25 |
| Octal | 17 | 254 | 140 | 133 | 0 | 54 | 41 | 227 | 124 | 45 |
| Binary | 1111 | 10101100 | 1100000 | 1011011 | 0 | 101100 | 100001 | 10010111 | 1010100 | 100101 |
Color Harmonies of #0FAC60
Complementary color
Monochromatic Colors of #0FAC60
Black with #0FAC60
Text Example
Text Example
White with #0FAC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC60; }
p { color: rgb(15,172,96); }
H1.HeaderClassName
{
color: #0FAC60;
}
.AnyTagClassName
{
color: #0FAC60;
}
</style>
background-color css
<style>
a { background-color: #0FAC60; }
a { background-color: rgb(15,172,96); }
div.DivClassName
{
background-color: #0FAC60;
}
.BgClassName
{
background-color: #0FAC60;
}
</style>
border-color css
<style>
span { border-color: #0FAC60; }
span { border-color: rgb(15,172,96); }
td.TdClassName
{
border-color: #0FAC60;
}
.TagClassName
{
border-color: #0FAC60;
}
</style>