Shades of Jade #0FC56C
Tints of Jade #0FC56C
RGB
CMYK
RGB Variations
Color information
#0FC56C (or 0x0FC56C) is known color: Jade. HEX triplet: 0F, C5 and 6C. RGB value is (15,197,108). Sum of RGB (Red+Green+Blue) = 15+197+108=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC56C is #F03A93. Grayscale: #848484. Windows color (decimal): -15743636 or 7128335. OLE color: 7128335.
HSL color Cylindrical-coordinate representation of color #0FC56C: hue angle of 150.66º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC56C is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 108 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.23 |
| HSL | 150.66º | 0.86% | 0.42% | - |
| HSV(B) | 150.66º | 0.92% | 0.77% | - |
| XYZ | 22.87 | 41.12 | 20.92 | - |
| YUV | 132.44 | 114.2 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 108 | 0.92 | 0 | 0.45 | 0.23 | 150.66 | 0.86 | 0.42 |
| Hex | F | C5 | 6C | 5C | 0 | 2D | 17 | 97 | 56 | 2A |
| Octal | 17 | 305 | 154 | 134 | 0 | 55 | 27 | 227 | 126 | 52 |
| Binary | 1111 | 11000101 | 1101100 | 1011100 | 0 | 101101 | 10111 | 10010111 | 1010110 | 101010 |
Color Harmonies of #0FC56C
Complementary color
Monochromatic Colors of #0FC56C
Black with #0FC56C
Text Example
Text Example
White with #0FC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC56C; }
p { color: rgb(15,197,108); }
H1.HeaderClassName
{
color: #0FC56C;
}
.AnyTagClassName
{
color: #0FC56C;
}
</style>
background-color css
<style>
a { background-color: #0FC56C; }
a { background-color: rgb(15,197,108); }
div.DivClassName
{
background-color: #0FC56C;
}
.BgClassName
{
background-color: #0FC56C;
}
</style>
border-color css
<style>
span { border-color: #0FC56C; }
span { border-color: rgb(15,197,108); }
td.TdClassName
{
border-color: #0FC56C;
}
.TagClassName
{
border-color: #0FC56C;
}
</style>