Shades of Dark Pastel Green #0FC44D
Tints of Dark Pastel Green #0FC44D
RGB
CMYK
RGB Variations
Color information
#0FC44D (or 0x0FC44D) is known color: Dark Pastel Green. HEX triplet: 0F, C4 and 4D. RGB value is (15,196,77). Sum of RGB (Red+Green+Blue) = 15+196+77=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC44D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC44D is #F03BB2. Grayscale: #808080. Windows color (decimal): -15743923 or 5096463. OLE color: 5096463.
HSL color Cylindrical-coordinate representation of color #0FC44D: hue angle of 140.55º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC44D is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 77 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.23 |
| HSL | 140.55º | 0.86% | 0.41% | - |
| HSV(B) | 140.55º | 0.92% | 0.77% | - |
| XYZ | 21.28 | 40.12 | 13.64 | - |
| YUV | 128.32 | 99.03 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 77 | 0.92 | 0 | 0.61 | 0.23 | 140.55 | 0.86 | 0.41 |
| Hex | F | C4 | 4D | 5C | 0 | 3D | 17 | 8D | 56 | 29 |
| Octal | 17 | 304 | 115 | 134 | 0 | 75 | 27 | 215 | 126 | 51 |
| Binary | 1111 | 11000100 | 1001101 | 1011100 | 0 | 111101 | 10111 | 10001101 | 1010110 | 101001 |
Color Harmonies of #0FC44D
Complementary color
Monochromatic Colors of #0FC44D
Black with #0FC44D
Text Example
Text Example
White with #0FC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC44D; }
p { color: rgb(15,196,77); }
H1.HeaderClassName
{
color: #0FC44D;
}
.AnyTagClassName
{
color: #0FC44D;
}
</style>
background-color css
<style>
a { background-color: #0FC44D; }
a { background-color: rgb(15,196,77); }
div.DivClassName
{
background-color: #0FC44D;
}
.BgClassName
{
background-color: #0FC44D;
}
</style>
border-color css
<style>
span { border-color: #0FC44D; }
span { border-color: rgb(15,196,77); }
td.TdClassName
{
border-color: #0FC44D;
}
.TagClassName
{
border-color: #0FC44D;
}
</style>