Shades of Jade #0FAC75
Tints of Jade #0FAC75
RGB
CMYK
RGB Variations
Color information
#0FAC75 (or 0x0FAC75) is known color: Jade. HEX triplet: 0F, AC and 75. RGB value is (15,172,117). Sum of RGB (Red+Green+Blue) = 15+172+117=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC75 is #F0538A. Grayscale: #767676. Windows color (decimal): -15750027 or 7711759. OLE color: 7711759.
HSL color Cylindrical-coordinate representation of color #0FAC75: hue angle of 158.98º 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 #0FAC75 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 172 | 117 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.33 |
| HSL | 158.98º | 0.84% | 0.37% | - |
| HSV(B) | 158.98º | 0.91% | 0.67% | - |
| XYZ | 18.16 | 30.89 | 21.84 | - |
| YUV | 118.79 | 126.99 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 117 | 0.91 | 0 | 0.32 | 0.33 | 158.98 | 0.84 | 0.37 |
| Hex | F | AC | 75 | 5B | 0 | 20 | 21 | 9F | 54 | 25 |
| Octal | 17 | 254 | 165 | 133 | 0 | 40 | 41 | 237 | 124 | 45 |
| Binary | 1111 | 10101100 | 1110101 | 1011011 | 0 | 100000 | 100001 | 10011111 | 1010100 | 100101 |
Color Harmonies of #0FAC75
Complementary color
Monochromatic Colors of #0FAC75
Black with #0FAC75
Text Example
Text Example
White with #0FAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAC75; }
p { color: rgb(15,172,117); }
H1.HeaderClassName
{
color: #0FAC75;
}
.AnyTagClassName
{
color: #0FAC75;
}
</style>
background-color css
<style>
a { background-color: #0FAC75; }
a { background-color: rgb(15,172,117); }
div.DivClassName
{
background-color: #0FAC75;
}
.BgClassName
{
background-color: #0FAC75;
}
</style>
border-color css
<style>
span { border-color: #0FAC75; }
span { border-color: rgb(15,172,117); }
td.TdClassName
{
border-color: #0FAC75;
}
.TagClassName
{
border-color: #0FAC75;
}
</style>