Shades of Jade #0FC56A
Tints of Jade #0FC56A
RGB
CMYK
RGB Variations
Color information
#0FC56A (or 0x0FC56A) is known color: Jade. HEX triplet: 0F, C5 and 6A. RGB value is (15,197,106). Sum of RGB (Red+Green+Blue) = 15+197+106=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 197 (77.34% from 255 or 61.95% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 197 - color contains mainly: green. Hex color #0FC56A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC56A is #F03A95. Grayscale: #848484. Windows color (decimal): -15743638 or 6997263. OLE color: 6997263.
HSL color Cylindrical-coordinate representation of color #0FC56A: hue angle of 150º 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 #0FC56A is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 197 | 106 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.23 |
| HSL | 150º | 0.86% | 0.42% | - |
| HSV(B) | 150º | 0.92% | 0.77% | - |
| XYZ | 22.76 | 41.07 | 20.36 | - |
| YUV | 132.21 | 113.2 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 197 | 106 | 0.92 | 0 | 0.46 | 0.23 | 150 | 0.86 | 0.42 |
| Hex | F | C5 | 6A | 5C | 0 | 2E | 17 | 96 | 56 | 2A |
| Octal | 17 | 305 | 152 | 134 | 0 | 56 | 27 | 226 | 126 | 52 |
| Binary | 1111 | 11000101 | 1101010 | 1011100 | 0 | 101110 | 10111 | 10010110 | 1010110 | 101010 |
Color Harmonies of #0FC56A
Complementary color
Monochromatic Colors of #0FC56A
Black with #0FC56A
Text Example
Text Example
White with #0FC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC56A; }
p { color: rgb(15,197,106); }
H1.HeaderClassName
{
color: #0FC56A;
}
.AnyTagClassName
{
color: #0FC56A;
}
</style>
background-color css
<style>
a { background-color: #0FC56A; }
a { background-color: rgb(15,197,106); }
div.DivClassName
{
background-color: #0FC56A;
}
.BgClassName
{
background-color: #0FC56A;
}
</style>
border-color css
<style>
span { border-color: #0FC56A; }
span { border-color: rgb(15,197,106); }
td.TdClassName
{
border-color: #0FC56A;
}
.TagClassName
{
border-color: #0FC56A;
}
</style>