Shades of Jade #0FA66B
Tints of Jade #0FA66B
RGB
CMYK
RGB Variations
Color information
#0FA66B (or 0x0FA66B) is known color: Jade. HEX triplet: 0F, A6 and 6B. RGB value is (15,166,107). Sum of RGB (Red+Green+Blue) = 15+166+107=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA66B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA66B is #F05994. Grayscale: #727272. Windows color (decimal): -15751573 or 7054863. OLE color: 7054863.
HSL color Cylindrical-coordinate representation of color #0FA66B: hue angle of 156.56º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA66B is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 107 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.35 |
| HSL | 156.56º | 0.83% | 0.35% | - |
| HSV(B) | 156.56º | 0.91% | 0.65% | - |
| XYZ | 16.49 | 28.44 | 18.53 | - |
| YUV | 114.13 | 123.97 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 107 | 0.91 | 0 | 0.36 | 0.35 | 156.56 | 0.83 | 0.35 |
| Hex | F | A6 | 6B | 5B | 0 | 24 | 23 | 9D | 53 | 23 |
| Octal | 17 | 246 | 153 | 133 | 0 | 44 | 43 | 235 | 123 | 43 |
| Binary | 1111 | 10100110 | 1101011 | 1011011 | 0 | 100100 | 100011 | 10011101 | 1010011 | 100011 |
Color Harmonies of #0FA66B
Complementary color
Monochromatic Colors of #0FA66B
Black with #0FA66B
Text Example
Text Example
White with #0FA66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA66B; }
p { color: rgb(15,166,107); }
H1.HeaderClassName
{
color: #0FA66B;
}
.AnyTagClassName
{
color: #0FA66B;
}
</style>
background-color css
<style>
a { background-color: #0FA66B; }
a { background-color: rgb(15,166,107); }
div.DivClassName
{
background-color: #0FA66B;
}
.BgClassName
{
background-color: #0FA66B;
}
</style>
border-color css
<style>
span { border-color: #0FA66B; }
span { border-color: rgb(15,166,107); }
td.TdClassName
{
border-color: #0FA66B;
}
.TagClassName
{
border-color: #0FA66B;
}
</style>