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