Shades of Dark Pastel Green #0FC120
Tints of Dark Pastel Green #0FC120
RGB
CMYK
RGB Variations
Color information
#0FC120 (or 0x0FC120) is known color: Dark Pastel Green. HEX triplet: 0F, C1 and 20. RGB value is (15,193,32). Sum of RGB (Red+Green+Blue) = 15+193+32=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC120 is #F03EDF. Grayscale: #797979. Windows color (decimal): -15744736 or 2146575. OLE color: 2146575.
HSL color Cylindrical-coordinate representation of color #0FC120: hue angle of 125.73º 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 #0FC120 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 32 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.24 |
| HSL | 125.73º | 0.86% | 0.41% | - |
| HSV(B) | 125.73º | 0.92% | 0.76% | - |
| XYZ | 19.53 | 38.35 | 7.74 | - |
| YUV | 121.42 | 77.53 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 32 | 0.92 | 0 | 0.83 | 0.24 | 125.73 | 0.86 | 0.41 |
| Hex | F | C1 | 20 | 5C | 0 | 53 | 18 | 7E | 56 | 29 |
| Octal | 17 | 301 | 40 | 134 | 0 | 123 | 30 | 176 | 126 | 51 |
| Binary | 1111 | 11000001 | 100000 | 1011100 | 0 | 1010011 | 11000 | 1111110 | 1010110 | 101001 |
Color Harmonies of #0FC120
Complementary color
Monochromatic Colors of #0FC120
Black with #0FC120
Text Example
Text Example
White with #0FC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC120; }
p { color: rgb(15,193,32); }
H1.HeaderClassName
{
color: #0FC120;
}
.AnyTagClassName
{
color: #0FC120;
}
</style>
background-color css
<style>
a { background-color: #0FC120; }
a { background-color: rgb(15,193,32); }
div.DivClassName
{
background-color: #0FC120;
}
.BgClassName
{
background-color: #0FC120;
}
</style>
border-color css
<style>
span { border-color: #0FC120; }
span { border-color: rgb(15,193,32); }
td.TdClassName
{
border-color: #0FC120;
}
.TagClassName
{
border-color: #0FC120;
}
</style>