Shades of Dark Pastel Green #0AAB40
Tints of Dark Pastel Green #0AAB40
RGB
CMYK
RGB Variations
Color information
#0AAB40 (or 0x0AAB40) is known color: Dark Pastel Green. HEX triplet: 0A, AB and 40. RGB value is (10,171,64). Sum of RGB (Red+Green+Blue) = 10+171+64=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB40 is #F554BF. Grayscale: #6E6E6E. Windows color (decimal): -16078016 or 4238090. OLE color: 4238090.
HSL color Cylindrical-coordinate representation of color #0AAB40: hue angle of 140.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB40 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 64 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.33 |
| HSL | 140.12º | 0.89% | 0.35% | - |
| HSV(B) | 140.12º | 0.94% | 0.67% | - |
| XYZ | 15.61 | 29.56 | 9.73 | - |
| YUV | 110.66 | 101.66 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 64 | 0.94 | 0 | 0.63 | 0.33 | 140.12 | 0.89 | 0.35 |
| Hex | A | AB | 40 | 5E | 0 | 3F | 21 | 8C | 59 | 23 |
| Octal | 12 | 253 | 100 | 136 | 0 | 77 | 41 | 214 | 131 | 43 |
| Binary | 1010 | 10101011 | 1000000 | 1011110 | 0 | 111111 | 100001 | 10001100 | 1011001 | 100011 |
Color Harmonies of #0AAB40
Complementary color
Monochromatic Colors of #0AAB40
Black with #0AAB40
Text Example
Text Example
White with #0AAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB40; }
p { color: rgb(10,171,64); }
H1.HeaderClassName
{
color: #0AAB40;
}
.AnyTagClassName
{
color: #0AAB40;
}
</style>
background-color css
<style>
a { background-color: #0AAB40; }
a { background-color: rgb(10,171,64); }
div.DivClassName
{
background-color: #0AAB40;
}
.BgClassName
{
background-color: #0AAB40;
}
</style>
border-color css
<style>
span { border-color: #0AAB40; }
span { border-color: rgb(10,171,64); }
td.TdClassName
{
border-color: #0AAB40;
}
.TagClassName
{
border-color: #0AAB40;
}
</style>