Shades of Dark Pastel Green #0AAA2F
Tints of Dark Pastel Green #0AAA2F
RGB
CMYK
RGB Variations
Color information
#0AAA2F (or 0x0AAA2F) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 2F. RGB value is (10,170,47). Sum of RGB (Red+Green+Blue) = 10+170+47=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 170 (66.80% from 255 or 74.89% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA2F is #F555D0. Grayscale: #6C6C6C. Windows color (decimal): -16078289 or 3123722. OLE color: 3123722.
HSL color Cylindrical-coordinate representation of color #0AAA2F: hue angle of 133.88º 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 #0AAA2F is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 47 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.33 |
| HSL | 133.88º | 0.89% | 0.35% | - |
| HSV(B) | 133.88º | 0.94% | 0.67% | - |
| XYZ | 15.01 | 29.02 | 7.5 | - |
| YUV | 108.14 | 93.49 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 47 | 0.94 | 0 | 0.72 | 0.33 | 133.88 | 0.89 | 0.35 |
| Hex | A | AA | 2F | 5E | 0 | 48 | 21 | 86 | 59 | 23 |
| Octal | 12 | 252 | 57 | 136 | 0 | 110 | 41 | 206 | 131 | 43 |
| Binary | 1010 | 10101010 | 101111 | 1011110 | 0 | 1001000 | 100001 | 10000110 | 1011001 | 100011 |
Color Harmonies of #0AAA2F
Complementary color
Monochromatic Colors of #0AAA2F
Black with #0AAA2F
Text Example
Text Example
White with #0AAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA2F; }
p { color: rgb(10,170,47); }
H1.HeaderClassName
{
color: #0AAA2F;
}
.AnyTagClassName
{
color: #0AAA2F;
}
</style>
background-color css
<style>
a { background-color: #0AAA2F; }
a { background-color: rgb(10,170,47); }
div.DivClassName
{
background-color: #0AAA2F;
}
.BgClassName
{
background-color: #0AAA2F;
}
</style>
border-color css
<style>
span { border-color: #0AAA2F; }
span { border-color: rgb(10,170,47); }
td.TdClassName
{
border-color: #0AAA2F;
}
.TagClassName
{
border-color: #0AAA2F;
}
</style>