Shades of Jade #0FC16A
Tints of Jade #0FC16A
RGB
CMYK
RGB Variations
Color information
#0FC16A (or 0x0FC16A) is known color: Jade. HEX triplet: 0F, C1 and 6A. RGB value is (15,193,106). Sum of RGB (Red+Green+Blue) = 15+193+106=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC16A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC16A is #F03E95. Grayscale: #828282. Windows color (decimal): -15744662 or 6996239. OLE color: 6996239.
HSL color Cylindrical-coordinate representation of color #0FC16A: hue angle of 150.67º 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 #0FC16A is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 106 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.24 |
| HSL | 150.67º | 0.86% | 0.41% | - |
| HSV(B) | 150.67º | 0.92% | 0.76% | - |
| XYZ | 21.87 | 39.28 | 20.07 | - |
| YUV | 129.86 | 114.53 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 106 | 0.92 | 0 | 0.45 | 0.24 | 150.67 | 0.86 | 0.41 |
| Hex | F | C1 | 6A | 5C | 0 | 2D | 18 | 97 | 56 | 29 |
| Octal | 17 | 301 | 152 | 134 | 0 | 55 | 30 | 227 | 126 | 51 |
| Binary | 1111 | 11000001 | 1101010 | 1011100 | 0 | 101101 | 11000 | 10010111 | 1010110 | 101001 |
Color Harmonies of #0FC16A
Complementary color
Monochromatic Colors of #0FC16A
Black with #0FC16A
Text Example
Text Example
White with #0FC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC16A; }
p { color: rgb(15,193,106); }
H1.HeaderClassName
{
color: #0FC16A;
}
.AnyTagClassName
{
color: #0FC16A;
}
</style>
background-color css
<style>
a { background-color: #0FC16A; }
a { background-color: rgb(15,193,106); }
div.DivClassName
{
background-color: #0FC16A;
}
.BgClassName
{
background-color: #0FC16A;
}
</style>
border-color css
<style>
span { border-color: #0FC16A; }
span { border-color: rgb(15,193,106); }
td.TdClassName
{
border-color: #0FC16A;
}
.TagClassName
{
border-color: #0FC16A;
}
</style>