Shades of Dark Pastel Green #0EC926
Tints of Dark Pastel Green #0EC926
RGB
CMYK
RGB Variations
Color information
#0EC926 (or 0x0EC926) is known color: Dark Pastel Green. HEX triplet: 0E, C9 and 26. RGB value is (14,201,38). Sum of RGB (Red+Green+Blue) = 14+201+38=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 201 (78.91% from 255 or 79.45% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC926 is #F136D9. Grayscale: #7E7E7E. Windows color (decimal): -15808218 or 2541838. OLE color: 2541838.
HSL color Cylindrical-coordinate representation of color #0EC926: hue angle of 127.7º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC926 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 38 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.21 |
| HSL | 127.7º | 0.87% | 0.42% | - |
| HSV(B) | 127.7º | 0.93% | 0.79% | - |
| XYZ | 21.42 | 42.01 | 8.81 | - |
| YUV | 126.51 | 78.05 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 38 | 0.93 | 0 | 0.81 | 0.21 | 127.7 | 0.87 | 0.42 |
| Hex | E | C9 | 26 | 5D | 0 | 51 | 15 | 80 | 57 | 2A |
| Octal | 16 | 311 | 46 | 135 | 0 | 121 | 25 | 200 | 127 | 52 |
| Binary | 1110 | 11001001 | 100110 | 1011101 | 0 | 1010001 | 10101 | 10000000 | 1010111 | 101010 |
Color Harmonies of #0EC926
Complementary color
Monochromatic Colors of #0EC926
Black with #0EC926
Text Example
Text Example
White with #0EC926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC926; }
p { color: rgb(14,201,38); }
H1.HeaderClassName
{
color: #0EC926;
}
.AnyTagClassName
{
color: #0EC926;
}
</style>
background-color css
<style>
a { background-color: #0EC926; }
a { background-color: rgb(14,201,38); }
div.DivClassName
{
background-color: #0EC926;
}
.BgClassName
{
background-color: #0EC926;
}
</style>
border-color css
<style>
span { border-color: #0EC926; }
span { border-color: rgb(14,201,38); }
td.TdClassName
{
border-color: #0EC926;
}
.TagClassName
{
border-color: #0EC926;
}
</style>