Shades of Jade #0FAA75
Tints of Jade #0FAA75
RGB
CMYK
RGB Variations
Color information
#0FAA75 (or 0x0FAA75) is known color: Jade. HEX triplet: 0F, AA and 75. RGB value is (15,170,117). Sum of RGB (Red+Green+Blue) = 15+170+117=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA75 is #F0558A. Grayscale: #757575. Windows color (decimal): -15750539 or 7711247. OLE color: 7711247.
HSL color Cylindrical-coordinate representation of color #0FAA75: hue angle of 159.48º 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 #0FAA75 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 170 | 117 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.33 |
| HSL | 159.48º | 0.84% | 0.36% | - |
| HSV(B) | 159.48º | 0.91% | 0.67% | - |
| XYZ | 17.78 | 30.14 | 21.71 | - |
| YUV | 117.61 | 127.65 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 117 | 0.91 | 0 | 0.31 | 0.33 | 159.48 | 0.84 | 0.36 |
| Hex | F | AA | 75 | 5B | 0 | 1F | 21 | 9F | 54 | 24 |
| Octal | 17 | 252 | 165 | 133 | 0 | 37 | 41 | 237 | 124 | 44 |
| Binary | 1111 | 10101010 | 1110101 | 1011011 | 0 | 11111 | 100001 | 10011111 | 1010100 | 100100 |
Color Harmonies of #0FAA75
Complementary color
Monochromatic Colors of #0FAA75
Black with #0FAA75
Text Example
Text Example
White with #0FAA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAA75; }
p { color: rgb(15,170,117); }
H1.HeaderClassName
{
color: #0FAA75;
}
.AnyTagClassName
{
color: #0FAA75;
}
</style>
background-color css
<style>
a { background-color: #0FAA75; }
a { background-color: rgb(15,170,117); }
div.DivClassName
{
background-color: #0FAA75;
}
.BgClassName
{
background-color: #0FAA75;
}
</style>
border-color css
<style>
span { border-color: #0FAA75; }
span { border-color: rgb(15,170,117); }
td.TdClassName
{
border-color: #0FAA75;
}
.TagClassName
{
border-color: #0FAA75;
}
</style>