Shades of Jade #0FAF66
Tints of Jade #0FAF66
RGB
CMYK
RGB Variations
Color information
#0FAF66 (or 0x0FAF66) is known color: Jade. HEX triplet: 0F, AF and 66. RGB value is (15,175,102). Sum of RGB (Red+Green+Blue) = 15+175+102=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF66 is #F05099. Grayscale: #767676. Windows color (decimal): -15749274 or 6729487. OLE color: 6729487.
HSL color Cylindrical-coordinate representation of color #0FAF66: hue angle of 152.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF66 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 102 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.31 |
| HSL | 152.63º | 0.84% | 0.37% | - |
| HSV(B) | 152.63º | 0.91% | 0.69% | - |
| XYZ | 17.93 | 31.72 | 17.75 | - |
| YUV | 118.84 | 118.49 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 102 | 0.91 | 0 | 0.42 | 0.31 | 152.63 | 0.84 | 0.37 |
| Hex | F | AF | 66 | 5B | 0 | 2A | 1F | 99 | 54 | 25 |
| Octal | 17 | 257 | 146 | 133 | 0 | 52 | 37 | 231 | 124 | 45 |
| Binary | 1111 | 10101111 | 1100110 | 1011011 | 0 | 101010 | 11111 | 10011001 | 1010100 | 100101 |
Color Harmonies of #0FAF66
Complementary color
Monochromatic Colors of #0FAF66
Black with #0FAF66
Text Example
Text Example
White with #0FAF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF66; }
p { color: rgb(15,175,102); }
H1.HeaderClassName
{
color: #0FAF66;
}
.AnyTagClassName
{
color: #0FAF66;
}
</style>
background-color css
<style>
a { background-color: #0FAF66; }
a { background-color: rgb(15,175,102); }
div.DivClassName
{
background-color: #0FAF66;
}
.BgClassName
{
background-color: #0FAF66;
}
</style>
border-color css
<style>
span { border-color: #0FAF66; }
span { border-color: rgb(15,175,102); }
td.TdClassName
{
border-color: #0FAF66;
}
.TagClassName
{
border-color: #0FAF66;
}
</style>