Shades of Dark Pastel Green #0FC02F
Tints of Dark Pastel Green #0FC02F
RGB
CMYK
RGB Variations
Color information
#0FC02F (or 0x0FC02F) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 2F. RGB value is (15,192,47). Sum of RGB (Red+Green+Blue) = 15+192+47=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC02F is #F03FD0. Grayscale: #7A7A7A. Windows color (decimal): -15744977 or 3129359. OLE color: 3129359.
HSL color Cylindrical-coordinate representation of color #0FC02F: hue angle of 130.85º 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 #0FC02F is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 47 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.25 |
| HSL | 130.85º | 0.86% | 0.41% | - |
| HSV(B) | 130.85º | 0.92% | 0.75% | - |
| XYZ | 19.56 | 38.01 | 8.99 | - |
| YUV | 122.55 | 85.36 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 47 | 0.92 | 0 | 0.76 | 0.25 | 130.85 | 0.86 | 0.41 |
| Hex | F | C0 | 2F | 5C | 0 | 4C | 19 | 83 | 56 | 29 |
| Octal | 17 | 300 | 57 | 134 | 0 | 114 | 31 | 203 | 126 | 51 |
| Binary | 1111 | 11000000 | 101111 | 1011100 | 0 | 1001100 | 11001 | 10000011 | 1010110 | 101001 |
Color Harmonies of #0FC02F
Complementary color
Monochromatic Colors of #0FC02F
Black with #0FC02F
Text Example
Text Example
White with #0FC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC02F; }
p { color: rgb(15,192,47); }
H1.HeaderClassName
{
color: #0FC02F;
}
.AnyTagClassName
{
color: #0FC02F;
}
</style>
background-color css
<style>
a { background-color: #0FC02F; }
a { background-color: rgb(15,192,47); }
div.DivClassName
{
background-color: #0FC02F;
}
.BgClassName
{
background-color: #0FC02F;
}
</style>
border-color css
<style>
span { border-color: #0FC02F; }
span { border-color: rgb(15,192,47); }
td.TdClassName
{
border-color: #0FC02F;
}
.TagClassName
{
border-color: #0FC02F;
}
</style>