Shades of Dark Pastel Green #0AAE1E
Tints of Dark Pastel Green #0AAE1E
RGB
CMYK
RGB Variations
Color information
#0AAE1E (or 0x0AAE1E) is known color: Dark Pastel Green. HEX triplet: 0A, AE and 1E. RGB value is (10,174,30). Sum of RGB (Red+Green+Blue) = 10+174+30=214 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.67% from 214); Green value is 174 (68.36% from 255 or 81.31% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAE1E is #F551E1. Grayscale: #6C6C6C. Windows color (decimal): -16077282 or 2010634. OLE color: 2010634.
HSL color Cylindrical-coordinate representation of color #0AAE1E: hue angle of 127.32º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAE1E is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 30 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.32 |
| HSL | 127.32º | 0.89% | 0.36% | - |
| HSV(B) | 127.32º | 0.94% | 0.68% | - |
| XYZ | 15.5 | 30.43 | 6.29 | - |
| YUV | 108.55 | 83.67 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 30 | 0.94 | 0 | 0.83 | 0.32 | 127.32 | 0.89 | 0.36 |
| Hex | A | AE | 1E | 5E | 0 | 53 | 20 | 7F | 59 | 24 |
| Octal | 12 | 256 | 36 | 136 | 0 | 123 | 40 | 177 | 131 | 44 |
| Binary | 1010 | 10101110 | 11110 | 1011110 | 0 | 1010011 | 100000 | 1111111 | 1011001 | 100100 |
Color Harmonies of #0AAE1E
Complementary color
Monochromatic Colors of #0AAE1E
Black with #0AAE1E
Text Example
Text Example
White with #0AAE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE1E; }
p { color: rgb(10,174,30); }
H1.HeaderClassName
{
color: #0AAE1E;
}
.AnyTagClassName
{
color: #0AAE1E;
}
</style>
background-color css
<style>
a { background-color: #0AAE1E; }
a { background-color: rgb(10,174,30); }
div.DivClassName
{
background-color: #0AAE1E;
}
.BgClassName
{
background-color: #0AAE1E;
}
</style>
border-color css
<style>
span { border-color: #0AAE1E; }
span { border-color: rgb(10,174,30); }
td.TdClassName
{
border-color: #0AAE1E;
}
.TagClassName
{
border-color: #0AAE1E;
}
</style>