Shades of Dark Pastel Green #0AAF29
Tints of Dark Pastel Green #0AAF29
RGB
CMYK
RGB Variations
Color information
#0AAF29 (or 0x0AAF29) is known color: Dark Pastel Green. HEX triplet: 0A, AF and 29. RGB value is (10,175,41). Sum of RGB (Red+Green+Blue) = 10+175+41=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 175 (68.75% from 255 or 77.43% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAF29 is #F550D6. Grayscale: #6E6E6E. Windows color (decimal): -16077015 or 2731786. OLE color: 2731786.
HSL color Cylindrical-coordinate representation of color #0AAF29: hue angle of 131.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF29 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 175 | 41 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.31 |
| HSL | 131.27º | 0.89% | 0.36% | - |
| HSV(B) | 131.27º | 0.94% | 0.69% | - |
| XYZ | 15.86 | 30.88 | 7.22 | - |
| YUV | 110.39 | 88.84 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 41 | 0.94 | 0 | 0.77 | 0.31 | 131.27 | 0.89 | 0.36 |
| Hex | A | AF | 29 | 5E | 0 | 4D | 1F | 83 | 59 | 24 |
| Octal | 12 | 257 | 51 | 136 | 0 | 115 | 37 | 203 | 131 | 44 |
| Binary | 1010 | 10101111 | 101001 | 1011110 | 0 | 1001101 | 11111 | 10000011 | 1011001 | 100100 |
Color Harmonies of #0AAF29
Complementary color
Monochromatic Colors of #0AAF29
Black with #0AAF29
Text Example
Text Example
White with #0AAF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAF29; }
p { color: rgb(10,175,41); }
H1.HeaderClassName
{
color: #0AAF29;
}
.AnyTagClassName
{
color: #0AAF29;
}
</style>
background-color css
<style>
a { background-color: #0AAF29; }
a { background-color: rgb(10,175,41); }
div.DivClassName
{
background-color: #0AAF29;
}
.BgClassName
{
background-color: #0AAF29;
}
</style>
border-color css
<style>
span { border-color: #0AAF29; }
span { border-color: rgb(10,175,41); }
td.TdClassName
{
border-color: #0AAF29;
}
.TagClassName
{
border-color: #0AAF29;
}
</style>