Shades of Dark Pastel Green #0FC44E
Tints of Dark Pastel Green #0FC44E
RGB
CMYK
RGB Variations
Color information
#0FC44E (or 0x0FC44E) is known color: Dark Pastel Green. HEX triplet: 0F, C4 and 4E. RGB value is (15,196,78). Sum of RGB (Red+Green+Blue) = 15+196+78=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 196 (76.95% from 255 or 67.82% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC44E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC44E is #F03BB1. Grayscale: #808080. Windows color (decimal): -15743922 or 5161999. OLE color: 5161999.
HSL color Cylindrical-coordinate representation of color #0FC44E: hue angle of 140.88º 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 #0FC44E is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 78 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.23 |
| HSL | 140.88º | 0.86% | 0.41% | - |
| HSV(B) | 140.88º | 0.92% | 0.77% | - |
| XYZ | 21.31 | 40.13 | 13.83 | - |
| YUV | 128.43 | 99.53 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 78 | 0.92 | 0 | 0.60 | 0.23 | 140.88 | 0.86 | 0.41 |
| Hex | F | C4 | 4E | 5C | 0 | 3C | 17 | 8D | 56 | 29 |
| Octal | 17 | 304 | 116 | 134 | 0 | 74 | 27 | 215 | 126 | 51 |
| Binary | 1111 | 11000100 | 1001110 | 1011100 | 0 | 111100 | 10111 | 10001101 | 1010110 | 101001 |
Color Harmonies of #0FC44E
Complementary color
Monochromatic Colors of #0FC44E
Black with #0FC44E
Text Example
Text Example
White with #0FC44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC44E; }
p { color: rgb(15,196,78); }
H1.HeaderClassName
{
color: #0FC44E;
}
.AnyTagClassName
{
color: #0FC44E;
}
</style>
background-color css
<style>
a { background-color: #0FC44E; }
a { background-color: rgb(15,196,78); }
div.DivClassName
{
background-color: #0FC44E;
}
.BgClassName
{
background-color: #0FC44E;
}
</style>
border-color css
<style>
span { border-color: #0FC44E; }
span { border-color: rgb(15,196,78); }
td.TdClassName
{
border-color: #0FC44E;
}
.TagClassName
{
border-color: #0FC44E;
}
</style>