Shades of Dark Pastel Green #0AAA2A
Tints of Dark Pastel Green #0AAA2A
RGB
CMYK
RGB Variations
Color information
#0AAA2A (or 0x0AAA2A) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 2A. RGB value is (10,170,42). Sum of RGB (Red+Green+Blue) = 10+170+42=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 170 (66.80% from 255 or 76.58% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA2A is #F555D5. Grayscale: #6B6B6B. Windows color (decimal): -16078294 or 2796042. OLE color: 2796042.
HSL color Cylindrical-coordinate representation of color #0AAA2A: hue angle of 132º 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 #0AAA2A is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 42 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.33 |
| HSL | 132º | 0.89% | 0.35% | - |
| HSV(B) | 132º | 0.94% | 0.67% | - |
| XYZ | 14.92 | 28.98 | 7 | - |
| YUV | 107.57 | 90.99 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 42 | 0.94 | 0 | 0.75 | 0.33 | 132 | 0.89 | 0.35 |
| Hex | A | AA | 2A | 5E | 0 | 4B | 21 | 84 | 59 | 23 |
| Octal | 12 | 252 | 52 | 136 | 0 | 113 | 41 | 204 | 131 | 43 |
| Binary | 1010 | 10101010 | 101010 | 1011110 | 0 | 1001011 | 100001 | 10000100 | 1011001 | 100011 |
Color Harmonies of #0AAA2A
Complementary color
Monochromatic Colors of #0AAA2A
Black with #0AAA2A
Text Example
Text Example
White with #0AAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA2A; }
p { color: rgb(10,170,42); }
H1.HeaderClassName
{
color: #0AAA2A;
}
.AnyTagClassName
{
color: #0AAA2A;
}
</style>
background-color css
<style>
a { background-color: #0AAA2A; }
a { background-color: rgb(10,170,42); }
div.DivClassName
{
background-color: #0AAA2A;
}
.BgClassName
{
background-color: #0AAA2A;
}
</style>
border-color css
<style>
span { border-color: #0AAA2A; }
span { border-color: rgb(10,170,42); }
td.TdClassName
{
border-color: #0AAA2A;
}
.TagClassName
{
border-color: #0AAA2A;
}
</style>