Shades of Dark Pastel Green #0EA830
Tints of Dark Pastel Green #0EA830
RGB
CMYK
RGB Variations
Color information
#0EA830 (or 0x0EA830) is known color: Dark Pastel Green. HEX triplet: 0E, A8 and 30. RGB value is (14,168,48). Sum of RGB (Red+Green+Blue) = 14+168+48=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 168 (66.02% from 255 or 73.04% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 168 - color contains mainly: green. Hex color #0EA830 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA830 is #F157CF. Grayscale: #6C6C6C. Windows color (decimal): -15816656 or 3188750. OLE color: 3188750.
HSL color Cylindrical-coordinate representation of color #0EA830: hue angle of 133.25º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA830 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 168 | 48 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.34 |
| HSL | 133.25º | 0.85% | 0.36% | - |
| HSV(B) | 133.25º | 0.92% | 0.66% | - |
| XYZ | 14.72 | 28.31 | 7.49 | - |
| YUV | 108.27 | 93.98 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 168 | 48 | 0.92 | 0 | 0.71 | 0.34 | 133.25 | 0.85 | 0.36 |
| Hex | E | A8 | 30 | 5C | 0 | 47 | 22 | 85 | 55 | 24 |
| Octal | 16 | 250 | 60 | 134 | 0 | 107 | 42 | 205 | 125 | 44 |
| Binary | 1110 | 10101000 | 110000 | 1011100 | 0 | 1000111 | 100010 | 10000101 | 1010101 | 100100 |
Color Harmonies of #0EA830
Complementary color
Monochromatic Colors of #0EA830
Black with #0EA830
Text Example
Text Example
White with #0EA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA830; }
p { color: rgb(14,168,48); }
H1.HeaderClassName
{
color: #0EA830;
}
.AnyTagClassName
{
color: #0EA830;
}
</style>
background-color css
<style>
a { background-color: #0EA830; }
a { background-color: rgb(14,168,48); }
div.DivClassName
{
background-color: #0EA830;
}
.BgClassName
{
background-color: #0EA830;
}
</style>
border-color css
<style>
span { border-color: #0EA830; }
span { border-color: rgb(14,168,48); }
td.TdClassName
{
border-color: #0EA830;
}
.TagClassName
{
border-color: #0EA830;
}
</style>