Shades of Dark Pastel Green #09AA2F
Tints of Dark Pastel Green #09AA2F
RGB
CMYK
RGB Variations
Color information
#09AA2F (or 0x09AA2F) is known color: Dark Pastel Green. HEX triplet: 09, AA and 2F. RGB value is (9,170,47). Sum of RGB (Red+Green+Blue) = 9+170+47=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AA2F is #F655D0. Grayscale: #6C6C6C. Windows color (decimal): -16143825 or 3123721. OLE color: 3123721.
HSL color Cylindrical-coordinate representation of color #09AA2F: hue angle of 134.16º 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 #09AA2F is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 47 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.33 |
| HSL | 134.16º | 0.9% | 0.35% | - |
| HSV(B) | 134.16º | 0.95% | 0.67% | - |
| XYZ | 15 | 29.01 | 7.5 | - |
| YUV | 107.84 | 93.66 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 47 | 0.95 | 0 | 0.72 | 0.33 | 134.16 | 0.9 | 0.35 |
| Hex | 9 | AA | 2F | 5F | 0 | 48 | 21 | 86 | 5A | 23 |
| Octal | 11 | 252 | 57 | 137 | 0 | 110 | 41 | 206 | 132 | 43 |
| Binary | 1001 | 10101010 | 101111 | 1011111 | 0 | 1001000 | 100001 | 10000110 | 1011010 | 100011 |
Color Harmonies of #09AA2F
Complementary color
Monochromatic Colors of #09AA2F
Black with #09AA2F
Text Example
Text Example
White with #09AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA2F; }
p { color: rgb(9,170,47); }
H1.HeaderClassName
{
color: #09AA2F;
}
.AnyTagClassName
{
color: #09AA2F;
}
</style>
background-color css
<style>
a { background-color: #09AA2F; }
a { background-color: rgb(9,170,47); }
div.DivClassName
{
background-color: #09AA2F;
}
.BgClassName
{
background-color: #09AA2F;
}
</style>
border-color css
<style>
span { border-color: #09AA2F; }
span { border-color: rgb(9,170,47); }
td.TdClassName
{
border-color: #09AA2F;
}
.TagClassName
{
border-color: #09AA2F;
}
</style>