Shades of Dark Pastel Green #0ED235
Tints of Dark Pastel Green #0ED235
RGB
CMYK
RGB Variations
Color information
#0ED235 (or 0x0ED235) is known color: Dark Pastel Green. HEX triplet: 0E, D2 and 35. RGB value is (14,210,53). Sum of RGB (Red+Green+Blue) = 14+210+53=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 210 (82.42% from 255 or 75.81% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED235 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED235 is #F12DCA. Grayscale: #858585. Windows color (decimal): -15805899 or 3527182. OLE color: 3527182.
HSL color Cylindrical-coordinate representation of color #0ED235: hue angle of 131.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED235 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 53 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.18 |
| HSL | 131.94º | 0.88% | 0.44% | - |
| HSV(B) | 131.94º | 0.93% | 0.82% | - |
| XYZ | 23.87 | 46.44 | 11.07 | - |
| YUV | 133.5 | 82.57 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 53 | 0.93 | 0 | 0.75 | 0.18 | 131.94 | 0.88 | 0.44 |
| Hex | E | D2 | 35 | 5D | 0 | 4B | 12 | 84 | 58 | 2C |
| Octal | 16 | 322 | 65 | 135 | 0 | 113 | 22 | 204 | 130 | 54 |
| Binary | 1110 | 11010010 | 110101 | 1011101 | 0 | 1001011 | 10010 | 10000100 | 1011000 | 101100 |
Color Harmonies of #0ED235
Complementary color
Monochromatic Colors of #0ED235
Black with #0ED235
Text Example
Text Example
White with #0ED235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED235; }
p { color: rgb(14,210,53); }
H1.HeaderClassName
{
color: #0ED235;
}
.AnyTagClassName
{
color: #0ED235;
}
</style>
background-color css
<style>
a { background-color: #0ED235; }
a { background-color: rgb(14,210,53); }
div.DivClassName
{
background-color: #0ED235;
}
.BgClassName
{
background-color: #0ED235;
}
</style>
border-color css
<style>
span { border-color: #0ED235; }
span { border-color: rgb(14,210,53); }
td.TdClassName
{
border-color: #0ED235;
}
.TagClassName
{
border-color: #0ED235;
}
</style>