Shades of Dark Pastel Green #09A229
Tints of Dark Pastel Green #09A229
RGB
CMYK
RGB Variations
Color information
#09A229 (or 0x09A229) is known color: Dark Pastel Green. HEX triplet: 09, A2 and 29. RGB value is (9,162,41). Sum of RGB (Red+Green+Blue) = 9+162+41=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #09A229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A229 is #F65DD6. Grayscale: #666666. Windows color (decimal): -16145879 or 2728457. OLE color: 2728457.
HSL color Cylindrical-coordinate representation of color #09A229: hue angle of 132.55º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A229 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 162 | 41 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.36 |
| HSL | 132.55º | 0.89% | 0.34% | - |
| HSV(B) | 132.55º | 0.94% | 0.64% | - |
| XYZ | 13.43 | 26.06 | 6.42 | - |
| YUV | 102.46 | 93.31 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 41 | 0.94 | 0 | 0.75 | 0.36 | 132.55 | 0.89 | 0.34 |
| Hex | 9 | A2 | 29 | 5E | 0 | 4B | 24 | 85 | 59 | 22 |
| Octal | 11 | 242 | 51 | 136 | 0 | 113 | 44 | 205 | 131 | 42 |
| Binary | 1001 | 10100010 | 101001 | 1011110 | 0 | 1001011 | 100100 | 10000101 | 1011001 | 100010 |
Color Harmonies of #09A229
Complementary color
Monochromatic Colors of #09A229
Black with #09A229
Text Example
Text Example
White with #09A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A229; }
p { color: rgb(9,162,41); }
H1.HeaderClassName
{
color: #09A229;
}
.AnyTagClassName
{
color: #09A229;
}
</style>
background-color css
<style>
a { background-color: #09A229; }
a { background-color: rgb(9,162,41); }
div.DivClassName
{
background-color: #09A229;
}
.BgClassName
{
background-color: #09A229;
}
</style>
border-color css
<style>
span { border-color: #09A229; }
span { border-color: rgb(9,162,41); }
td.TdClassName
{
border-color: #09A229;
}
.TagClassName
{
border-color: #09A229;
}
</style>