Shades of Dark Pastel Green #0FC116
Tints of Dark Pastel Green #0FC116
RGB
CMYK
RGB Variations
Color information
#0FC116 (or 0x0FC116) is known color: Dark Pastel Green. HEX triplet: 0F, C1 and 16. RGB value is (15,193,22). Sum of RGB (Red+Green+Blue) = 15+193+22=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 193 (75.78% from 255 or 83.91% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC116 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC116 is #F03EE9. Grayscale: #787878. Windows color (decimal): -15744746 or 1491215. OLE color: 1491215.
HSL color Cylindrical-coordinate representation of color #0FC116: hue angle of 122.36º 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 #0FC116 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 22 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.24 |
| HSL | 122.36º | 0.86% | 0.41% | - |
| HSV(B) | 122.36º | 0.92% | 0.76% | - |
| XYZ | 19.41 | 38.3 | 7.13 | - |
| YUV | 120.28 | 72.53 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 22 | 0.92 | 0 | 0.89 | 0.24 | 122.36 | 0.86 | 0.41 |
| Hex | F | C1 | 16 | 5C | 0 | 59 | 18 | 7A | 56 | 29 |
| Octal | 17 | 301 | 26 | 134 | 0 | 131 | 30 | 172 | 126 | 51 |
| Binary | 1111 | 11000001 | 10110 | 1011100 | 0 | 1011001 | 11000 | 1111010 | 1010110 | 101001 |
Color Harmonies of #0FC116
Complementary color
Monochromatic Colors of #0FC116
Black with #0FC116
Text Example
Text Example
White with #0FC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC116; }
p { color: rgb(15,193,22); }
H1.HeaderClassName
{
color: #0FC116;
}
.AnyTagClassName
{
color: #0FC116;
}
</style>
background-color css
<style>
a { background-color: #0FC116; }
a { background-color: rgb(15,193,22); }
div.DivClassName
{
background-color: #0FC116;
}
.BgClassName
{
background-color: #0FC116;
}
</style>
border-color css
<style>
span { border-color: #0FC116; }
span { border-color: rgb(15,193,22); }
td.TdClassName
{
border-color: #0FC116;
}
.TagClassName
{
border-color: #0FC116;
}
</style>