Shades of Jade #0FC36A
Tints of Jade #0FC36A
RGB
CMYK
RGB Variations
Color information
#0FC36A (or 0x0FC36A) is known color: Jade. HEX triplet: 0F, C3 and 6A. RGB value is (15,195,106). Sum of RGB (Red+Green+Blue) = 15+195+106=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC36A is #F03C95. Grayscale: #838383. Windows color (decimal): -15744150 or 6996751. OLE color: 6996751.
HSL color Cylindrical-coordinate representation of color #0FC36A: hue angle of 150.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC36A is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 106 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.24 |
| HSL | 150.33º | 0.86% | 0.41% | - |
| HSV(B) | 150.33º | 0.92% | 0.76% | - |
| XYZ | 22.31 | 40.17 | 20.21 | - |
| YUV | 131.03 | 113.87 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 106 | 0.92 | 0 | 0.46 | 0.24 | 150.33 | 0.86 | 0.41 |
| Hex | F | C3 | 6A | 5C | 0 | 2E | 18 | 96 | 56 | 29 |
| Octal | 17 | 303 | 152 | 134 | 0 | 56 | 30 | 226 | 126 | 51 |
| Binary | 1111 | 11000011 | 1101010 | 1011100 | 0 | 101110 | 11000 | 10010110 | 1010110 | 101001 |
Color Harmonies of #0FC36A
Complementary color
Monochromatic Colors of #0FC36A
Black with #0FC36A
Text Example
Text Example
White with #0FC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC36A; }
p { color: rgb(15,195,106); }
H1.HeaderClassName
{
color: #0FC36A;
}
.AnyTagClassName
{
color: #0FC36A;
}
</style>
background-color css
<style>
a { background-color: #0FC36A; }
a { background-color: rgb(15,195,106); }
div.DivClassName
{
background-color: #0FC36A;
}
.BgClassName
{
background-color: #0FC36A;
}
</style>
border-color css
<style>
span { border-color: #0FC36A; }
span { border-color: rgb(15,195,106); }
td.TdClassName
{
border-color: #0FC36A;
}
.TagClassName
{
border-color: #0FC36A;
}
</style>