Shades of Dark Pastel Green #0ED135
Tints of Dark Pastel Green #0ED135
RGB
CMYK
RGB Variations
Color information
#0ED135 (or 0x0ED135) is known color: Dark Pastel Green. HEX triplet: 0E, D1 and 35. RGB value is (14,209,53). Sum of RGB (Red+Green+Blue) = 14+209+53=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 209 (82.03% from 255 or 75.72% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED135 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED135 is #F12ECA. Grayscale: #858585. Windows color (decimal): -15806155 or 3526926. OLE color: 3526926.
HSL color Cylindrical-coordinate representation of color #0ED135: hue angle of 132º degrees, saturation: 0.87, 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 #0ED135 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 209 | 53 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.18 |
| HSL | 132º | 0.87% | 0.44% | - |
| HSV(B) | 132º | 0.93% | 0.82% | - |
| XYZ | 23.62 | 45.95 | 10.99 | - |
| YUV | 132.91 | 82.9 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 209 | 53 | 0.93 | 0 | 0.75 | 0.18 | 132 | 0.87 | 0.44 |
| Hex | E | D1 | 35 | 5D | 0 | 4B | 12 | 84 | 57 | 2C |
| Octal | 16 | 321 | 65 | 135 | 0 | 113 | 22 | 204 | 127 | 54 |
| Binary | 1110 | 11010001 | 110101 | 1011101 | 0 | 1001011 | 10010 | 10000100 | 1010111 | 101100 |
Color Harmonies of #0ED135
Complementary color
Monochromatic Colors of #0ED135
Black with #0ED135
Text Example
Text Example
White with #0ED135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED135; }
p { color: rgb(14,209,53); }
H1.HeaderClassName
{
color: #0ED135;
}
.AnyTagClassName
{
color: #0ED135;
}
</style>
background-color css
<style>
a { background-color: #0ED135; }
a { background-color: rgb(14,209,53); }
div.DivClassName
{
background-color: #0ED135;
}
.BgClassName
{
background-color: #0ED135;
}
</style>
border-color css
<style>
span { border-color: #0ED135; }
span { border-color: rgb(14,209,53); }
td.TdClassName
{
border-color: #0ED135;
}
.TagClassName
{
border-color: #0ED135;
}
</style>