Shades of Dark Pastel Green #0FC02C
Tints of Dark Pastel Green #0FC02C
RGB
CMYK
RGB Variations
Color information
#0FC02C (or 0x0FC02C) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 2C. RGB value is (15,192,44). Sum of RGB (Red+Green+Blue) = 15+192+44=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 192 (75.39% from 255 or 76.49% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC02C is #F03FD3. Grayscale: #7A7A7A. Windows color (decimal): -15744980 or 2932751. OLE color: 2932751.
HSL color Cylindrical-coordinate representation of color #0FC02C: hue angle of 129.83º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC02C is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 44 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.25 |
| HSL | 129.83º | 0.86% | 0.41% | - |
| HSV(B) | 129.83º | 0.92% | 0.75% | - |
| XYZ | 19.5 | 37.98 | 8.69 | - |
| YUV | 122.21 | 83.86 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 44 | 0.92 | 0 | 0.77 | 0.25 | 129.83 | 0.86 | 0.41 |
| Hex | F | C0 | 2C | 5C | 0 | 4D | 19 | 82 | 56 | 29 |
| Octal | 17 | 300 | 54 | 134 | 0 | 115 | 31 | 202 | 126 | 51 |
| Binary | 1111 | 11000000 | 101100 | 1011100 | 0 | 1001101 | 11001 | 10000010 | 1010110 | 101001 |
Color Harmonies of #0FC02C
Complementary color
Monochromatic Colors of #0FC02C
Black with #0FC02C
Text Example
Text Example
White with #0FC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC02C; }
p { color: rgb(15,192,44); }
H1.HeaderClassName
{
color: #0FC02C;
}
.AnyTagClassName
{
color: #0FC02C;
}
</style>
background-color css
<style>
a { background-color: #0FC02C; }
a { background-color: rgb(15,192,44); }
div.DivClassName
{
background-color: #0FC02C;
}
.BgClassName
{
background-color: #0FC02C;
}
</style>
border-color css
<style>
span { border-color: #0FC02C; }
span { border-color: rgb(15,192,44); }
td.TdClassName
{
border-color: #0FC02C;
}
.TagClassName
{
border-color: #0FC02C;
}
</style>