Shades of Jade #0FC06E
Tints of Jade #0FC06E
RGB
CMYK
RGB Variations
Color information
#0FC06E (or 0x0FC06E) is known color: Jade. HEX triplet: 0F, C0 and 6E. RGB value is (15,192,110). Sum of RGB (Red+Green+Blue) = 15+192+110=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC06E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC06E is #F03F91. Grayscale: #818181. Windows color (decimal): -15744914 or 7258127. OLE color: 7258127.
HSL color Cylindrical-coordinate representation of color #0FC06E: hue angle of 152.2º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC06E is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 110 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.25 |
| HSL | 152.2º | 0.86% | 0.41% | - |
| HSV(B) | 152.2º | 0.92% | 0.75% | - |
| XYZ | 21.86 | 38.93 | 21.11 | - |
| YUV | 129.73 | 116.86 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 110 | 0.92 | 0 | 0.43 | 0.25 | 152.2 | 0.86 | 0.41 |
| Hex | F | C0 | 6E | 5C | 0 | 2B | 19 | 98 | 56 | 29 |
| Octal | 17 | 300 | 156 | 134 | 0 | 53 | 31 | 230 | 126 | 51 |
| Binary | 1111 | 11000000 | 1101110 | 1011100 | 0 | 101011 | 11001 | 10011000 | 1010110 | 101001 |
Color Harmonies of #0FC06E
Complementary color
Monochromatic Colors of #0FC06E
Black with #0FC06E
Text Example
Text Example
White with #0FC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC06E; }
p { color: rgb(15,192,110); }
H1.HeaderClassName
{
color: #0FC06E;
}
.AnyTagClassName
{
color: #0FC06E;
}
</style>
background-color css
<style>
a { background-color: #0FC06E; }
a { background-color: rgb(15,192,110); }
div.DivClassName
{
background-color: #0FC06E;
}
.BgClassName
{
background-color: #0FC06E;
}
</style>
border-color css
<style>
span { border-color: #0FC06E; }
span { border-color: rgb(15,192,110); }
td.TdClassName
{
border-color: #0FC06E;
}
.TagClassName
{
border-color: #0FC06E;
}
</style>