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