Shades of Dark Pastel Green #0AAE32
Tints of Dark Pastel Green #0AAE32
RGB
CMYK
RGB Variations
Color information
#0AAE32 (or 0x0AAE32) is known color: Dark Pastel Green. HEX triplet: 0A, AE and 32. RGB value is (10,174,50). Sum of RGB (Red+Green+Blue) = 10+174+50=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 174 (68.36% from 255 or 74.36% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAE32 is #F551CD. Grayscale: #6F6F6F. Windows color (decimal): -16077262 or 3321354. OLE color: 3321354.
HSL color Cylindrical-coordinate representation of color #0AAE32: hue angle of 134.63º 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 #0AAE32 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 50 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.32 |
| HSL | 134.63º | 0.89% | 0.36% | - |
| HSV(B) | 134.63º | 0.94% | 0.68% | - |
| XYZ | 15.84 | 30.57 | 8.08 | - |
| YUV | 110.83 | 93.67 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 50 | 0.94 | 0 | 0.71 | 0.32 | 134.63 | 0.89 | 0.36 |
| Hex | A | AE | 32 | 5E | 0 | 47 | 20 | 87 | 59 | 24 |
| Octal | 12 | 256 | 62 | 136 | 0 | 107 | 40 | 207 | 131 | 44 |
| Binary | 1010 | 10101110 | 110010 | 1011110 | 0 | 1000111 | 100000 | 10000111 | 1011001 | 100100 |
Color Harmonies of #0AAE32
Complementary color
Monochromatic Colors of #0AAE32
Black with #0AAE32
Text Example
Text Example
White with #0AAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE32; }
p { color: rgb(10,174,50); }
H1.HeaderClassName
{
color: #0AAE32;
}
.AnyTagClassName
{
color: #0AAE32;
}
</style>
background-color css
<style>
a { background-color: #0AAE32; }
a { background-color: rgb(10,174,50); }
div.DivClassName
{
background-color: #0AAE32;
}
.BgClassName
{
background-color: #0AAE32;
}
</style>
border-color css
<style>
span { border-color: #0AAE32; }
span { border-color: rgb(10,174,50); }
td.TdClassName
{
border-color: #0AAE32;
}
.TagClassName
{
border-color: #0AAE32;
}
</style>