Shades of Dark Pastel Green #0EB53C
Tints of Dark Pastel Green #0EB53C
RGB
CMYK
RGB Variations
Color information
#0EB53C (or 0x0EB53C) is known color: Dark Pastel Green. HEX triplet: 0E, B5 and 3C. RGB value is (14,181,60). Sum of RGB (Red+Green+Blue) = 14+181+60=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 181 (71.09% from 255 or 70.98% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB53C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EB53C is #F14AC3. Grayscale: #757575. Windows color (decimal): -15813316 or 3978510. OLE color: 3978510.
HSL color Cylindrical-coordinate representation of color #0EB53C: hue angle of 136.53º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB53C is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 181 | 60 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.29 |
| HSL | 136.53º | 0.86% | 0.38% | - |
| HSV(B) | 136.53º | 0.92% | 0.71% | - |
| XYZ | 17.52 | 33.47 | 9.81 | - |
| YUV | 117.27 | 95.67 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 181 | 60 | 0.92 | 0 | 0.67 | 0.29 | 136.53 | 0.86 | 0.38 |
| Hex | E | B5 | 3C | 5C | 0 | 43 | 1D | 89 | 56 | 26 |
| Octal | 16 | 265 | 74 | 134 | 0 | 103 | 35 | 211 | 126 | 46 |
| Binary | 1110 | 10110101 | 111100 | 1011100 | 0 | 1000011 | 11101 | 10001001 | 1010110 | 100110 |
Color Harmonies of #0EB53C
Complementary color
Monochromatic Colors of #0EB53C
Black with #0EB53C
Text Example
Text Example
White with #0EB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB53C; }
p { color: rgb(14,181,60); }
H1.HeaderClassName
{
color: #0EB53C;
}
.AnyTagClassName
{
color: #0EB53C;
}
</style>
background-color css
<style>
a { background-color: #0EB53C; }
a { background-color: rgb(14,181,60); }
div.DivClassName
{
background-color: #0EB53C;
}
.BgClassName
{
background-color: #0EB53C;
}
</style>
border-color css
<style>
span { border-color: #0EB53C; }
span { border-color: rgb(14,181,60); }
td.TdClassName
{
border-color: #0EB53C;
}
.TagClassName
{
border-color: #0EB53C;
}
</style>