Shades of Dark Pastel Green #09AA2E
Tints of Dark Pastel Green #09AA2E
RGB
CMYK
RGB Variations
Color information
#09AA2E (or 0x09AA2E) is known color: Dark Pastel Green. HEX triplet: 09, AA and 2E. RGB value is (9,170,46). Sum of RGB (Red+Green+Blue) = 9+170+46=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AA2E is #F655D1. Grayscale: #6C6C6C. Windows color (decimal): -16143826 or 3058185. OLE color: 3058185.
HSL color Cylindrical-coordinate representation of color #09AA2E: hue angle of 133.79º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AA2E is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 46 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.33 |
| HSL | 133.79º | 0.9% | 0.35% | - |
| HSV(B) | 133.79º | 0.95% | 0.67% | - |
| XYZ | 14.98 | 29 | 7.39 | - |
| YUV | 107.73 | 93.16 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 46 | 0.95 | 0 | 0.73 | 0.33 | 133.79 | 0.9 | 0.35 |
| Hex | 9 | AA | 2E | 5F | 0 | 49 | 21 | 86 | 5A | 23 |
| Octal | 11 | 252 | 56 | 137 | 0 | 111 | 41 | 206 | 132 | 43 |
| Binary | 1001 | 10101010 | 101110 | 1011111 | 0 | 1001001 | 100001 | 10000110 | 1011010 | 100011 |
Color Harmonies of #09AA2E
Complementary color
Monochromatic Colors of #09AA2E
Black with #09AA2E
Text Example
Text Example
White with #09AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA2E; }
p { color: rgb(9,170,46); }
H1.HeaderClassName
{
color: #09AA2E;
}
.AnyTagClassName
{
color: #09AA2E;
}
</style>
background-color css
<style>
a { background-color: #09AA2E; }
a { background-color: rgb(9,170,46); }
div.DivClassName
{
background-color: #09AA2E;
}
.BgClassName
{
background-color: #09AA2E;
}
</style>
border-color css
<style>
span { border-color: #09AA2E; }
span { border-color: rgb(9,170,46); }
td.TdClassName
{
border-color: #09AA2E;
}
.TagClassName
{
border-color: #09AA2E;
}
</style>