Shades of Jade #0FC063
Tints of Jade #0FC063
RGB
CMYK
RGB Variations
Color information
#0FC063 (or 0x0FC063) is known color: Jade. HEX triplet: 0F, C0 and 63. RGB value is (15,192,99). Sum of RGB (Red+Green+Blue) = 15+192+99=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC063 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC063 is #F03F9C. Grayscale: #808080. Windows color (decimal): -15744925 or 6537231. OLE color: 6537231.
HSL color Cylindrical-coordinate representation of color #0FC063: hue angle of 148.47º 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 #0FC063 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 99 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.25 |
| HSL | 148.47º | 0.86% | 0.41% | - |
| HSV(B) | 148.47º | 0.92% | 0.75% | - |
| XYZ | 21.3 | 38.7 | 18.15 | - |
| YUV | 128.48 | 111.36 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 99 | 0.92 | 0 | 0.48 | 0.25 | 148.47 | 0.86 | 0.41 |
| Hex | F | C0 | 63 | 5C | 0 | 30 | 19 | 94 | 56 | 29 |
| Octal | 17 | 300 | 143 | 134 | 0 | 60 | 31 | 224 | 126 | 51 |
| Binary | 1111 | 11000000 | 1100011 | 1011100 | 0 | 110000 | 11001 | 10010100 | 1010110 | 101001 |
Color Harmonies of #0FC063
Complementary color
Monochromatic Colors of #0FC063
Black with #0FC063
Text Example
Text Example
White with #0FC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC063; }
p { color: rgb(15,192,99); }
H1.HeaderClassName
{
color: #0FC063;
}
.AnyTagClassName
{
color: #0FC063;
}
</style>
background-color css
<style>
a { background-color: #0FC063; }
a { background-color: rgb(15,192,99); }
div.DivClassName
{
background-color: #0FC063;
}
.BgClassName
{
background-color: #0FC063;
}
</style>
border-color css
<style>
span { border-color: #0FC063; }
span { border-color: rgb(15,192,99); }
td.TdClassName
{
border-color: #0FC063;
}
.TagClassName
{
border-color: #0FC063;
}
</style>