Shades of Dark Pastel Green #0FC04D
Tints of Dark Pastel Green #0FC04D
RGB
CMYK
RGB Variations
Color information
#0FC04D (or 0x0FC04D) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 4D. RGB value is (15,192,77). Sum of RGB (Red+Green+Blue) = 15+192+77=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC04D is #F03FB2. Grayscale: #7E7E7E. Windows color (decimal): -15744947 or 5095439. OLE color: 5095439.
HSL color Cylindrical-coordinate representation of color #0FC04D: hue angle of 141.02º 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 #0FC04D is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 77 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.25 |
| HSL | 141.02º | 0.86% | 0.41% | - |
| HSV(B) | 141.02º | 0.92% | 0.75% | - |
| XYZ | 20.39 | 38.34 | 13.35 | - |
| YUV | 125.97 | 100.36 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 77 | 0.92 | 0 | 0.60 | 0.25 | 141.02 | 0.86 | 0.41 |
| Hex | F | C0 | 4D | 5C | 0 | 3C | 19 | 8D | 56 | 29 |
| Octal | 17 | 300 | 115 | 134 | 0 | 74 | 31 | 215 | 126 | 51 |
| Binary | 1111 | 11000000 | 1001101 | 1011100 | 0 | 111100 | 11001 | 10001101 | 1010110 | 101001 |
Color Harmonies of #0FC04D
Complementary color
Monochromatic Colors of #0FC04D
Black with #0FC04D
Text Example
Text Example
White with #0FC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC04D; }
p { color: rgb(15,192,77); }
H1.HeaderClassName
{
color: #0FC04D;
}
.AnyTagClassName
{
color: #0FC04D;
}
</style>
background-color css
<style>
a { background-color: #0FC04D; }
a { background-color: rgb(15,192,77); }
div.DivClassName
{
background-color: #0FC04D;
}
.BgClassName
{
background-color: #0FC04D;
}
</style>
border-color css
<style>
span { border-color: #0FC04D; }
span { border-color: rgb(15,192,77); }
td.TdClassName
{
border-color: #0FC04D;
}
.TagClassName
{
border-color: #0FC04D;
}
</style>