Shades of Dark Pastel Green #0ED92A
Tints of Dark Pastel Green #0ED92A
RGB
CMYK
RGB Variations
Color information
#0ED92A (or 0x0ED92A) is known color: Dark Pastel Green. HEX triplet: 0E, D9 and 2A. RGB value is (14,217,42). Sum of RGB (Red+Green+Blue) = 14+217+42=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 217 (85.16% from 255 or 79.49% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED92A is #F126D5. Grayscale: #888888. Windows color (decimal): -15804118 or 2808078. OLE color: 2808078.
HSL color Cylindrical-coordinate representation of color #0ED92A: hue angle of 128.28º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED92A is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 42 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.15 |
| HSL | 128.28º | 0.88% | 0.45% | - |
| HSV(B) | 128.28º | 0.94% | 0.85% | - |
| XYZ | 25.41 | 49.89 | 10.48 | - |
| YUV | 136.35 | 74.75 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 42 | 0.94 | 0 | 0.81 | 0.15 | 128.28 | 0.88 | 0.45 |
| Hex | E | D9 | 2A | 5E | 0 | 51 | F | 80 | 58 | 2D |
| Octal | 16 | 331 | 52 | 136 | 0 | 121 | 17 | 200 | 130 | 55 |
| Binary | 1110 | 11011001 | 101010 | 1011110 | 0 | 1010001 | 1111 | 10000000 | 1011000 | 101101 |
Color Harmonies of #0ED92A
Complementary color
Monochromatic Colors of #0ED92A
Black with #0ED92A
Text Example
Text Example
White with #0ED92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED92A; }
p { color: rgb(14,217,42); }
H1.HeaderClassName
{
color: #0ED92A;
}
.AnyTagClassName
{
color: #0ED92A;
}
</style>
background-color css
<style>
a { background-color: #0ED92A; }
a { background-color: rgb(14,217,42); }
div.DivClassName
{
background-color: #0ED92A;
}
.BgClassName
{
background-color: #0ED92A;
}
</style>
border-color css
<style>
span { border-color: #0ED92A; }
span { border-color: rgb(14,217,42); }
td.TdClassName
{
border-color: #0ED92A;
}
.TagClassName
{
border-color: #0ED92A;
}
</style>