Shades of Jade #0FC062
Tints of Jade #0FC062
RGB
CMYK
RGB Variations
Color information
#0FC062 (or 0x0FC062) is known color: Jade. HEX triplet: 0F, C0 and 62. RGB value is (15,192,98). Sum of RGB (Red+Green+Blue) = 15+192+98=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC062 is #F03F9D. Grayscale: #808080. Windows color (decimal): -15744926 or 6471695. OLE color: 6471695.
HSL color Cylindrical-coordinate representation of color #0FC062: hue angle of 148.14º 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 #0FC062 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 98 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.25 |
| HSL | 148.14º | 0.86% | 0.41% | - |
| HSV(B) | 148.14º | 0.92% | 0.75% | - |
| XYZ | 21.25 | 38.68 | 17.9 | - |
| YUV | 128.36 | 110.86 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 98 | 0.92 | 0 | 0.49 | 0.25 | 148.14 | 0.86 | 0.41 |
| Hex | F | C0 | 62 | 5C | 0 | 31 | 19 | 94 | 56 | 29 |
| Octal | 17 | 300 | 142 | 134 | 0 | 61 | 31 | 224 | 126 | 51 |
| Binary | 1111 | 11000000 | 1100010 | 1011100 | 0 | 110001 | 11001 | 10010100 | 1010110 | 101001 |
Color Harmonies of #0FC062
Complementary color
Monochromatic Colors of #0FC062
Black with #0FC062
Text Example
Text Example
White with #0FC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC062; }
p { color: rgb(15,192,98); }
H1.HeaderClassName
{
color: #0FC062;
}
.AnyTagClassName
{
color: #0FC062;
}
</style>
background-color css
<style>
a { background-color: #0FC062; }
a { background-color: rgb(15,192,98); }
div.DivClassName
{
background-color: #0FC062;
}
.BgClassName
{
background-color: #0FC062;
}
</style>
border-color css
<style>
span { border-color: #0FC062; }
span { border-color: rgb(15,192,98); }
td.TdClassName
{
border-color: #0FC062;
}
.TagClassName
{
border-color: #0FC062;
}
</style>