Shades of Jade #0FC068
Tints of Jade #0FC068
RGB
CMYK
RGB Variations
Color information
#0FC068 (or 0x0FC068) is known color: Jade. HEX triplet: 0F, C0 and 68. RGB value is (15,192,104). Sum of RGB (Red+Green+Blue) = 15+192+104=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC068 is #F03F97. Grayscale: #818181. Windows color (decimal): -15744920 or 6864911. OLE color: 6864911.
HSL color Cylindrical-coordinate representation of color #0FC068: hue angle of 150.17º 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 #0FC068 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 104 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.25 |
| HSL | 150.17º | 0.86% | 0.41% | - |
| HSV(B) | 150.17º | 0.92% | 0.75% | - |
| XYZ | 21.55 | 38.8 | 19.45 | - |
| YUV | 129.05 | 113.86 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 104 | 0.92 | 0 | 0.46 | 0.25 | 150.17 | 0.86 | 0.41 |
| Hex | F | C0 | 68 | 5C | 0 | 2E | 19 | 96 | 56 | 29 |
| Octal | 17 | 300 | 150 | 134 | 0 | 56 | 31 | 226 | 126 | 51 |
| Binary | 1111 | 11000000 | 1101000 | 1011100 | 0 | 101110 | 11001 | 10010110 | 1010110 | 101001 |
Color Harmonies of #0FC068
Complementary color
Monochromatic Colors of #0FC068
Black with #0FC068
Text Example
Text Example
White with #0FC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC068; }
p { color: rgb(15,192,104); }
H1.HeaderClassName
{
color: #0FC068;
}
.AnyTagClassName
{
color: #0FC068;
}
</style>
background-color css
<style>
a { background-color: #0FC068; }
a { background-color: rgb(15,192,104); }
div.DivClassName
{
background-color: #0FC068;
}
.BgClassName
{
background-color: #0FC068;
}
</style>
border-color css
<style>
span { border-color: #0FC068; }
span { border-color: rgb(15,192,104); }
td.TdClassName
{
border-color: #0FC068;
}
.TagClassName
{
border-color: #0FC068;
}
</style>