Shades of Dark Pastel Green #09A329
Tints of Dark Pastel Green #09A329
RGB
CMYK
RGB Variations
Color information
#09A329 (or 0x09A329) is known color: Dark Pastel Green. HEX triplet: 09, A3 and 29. RGB value is (9,163,41). Sum of RGB (Red+Green+Blue) = 9+163+41=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 163 (64.06% from 255 or 76.53% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 163 - color contains mainly: green. Hex color #09A329 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A329 is #F65CD6. Grayscale: #676767. Windows color (decimal): -16145623 or 2728713. OLE color: 2728713.
HSL color Cylindrical-coordinate representation of color #09A329: hue angle of 132.47º degrees, saturation: 0.9, 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 #09A329 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 163 | 41 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.36 |
| HSL | 132.47º | 0.9% | 0.34% | - |
| HSV(B) | 132.47º | 0.94% | 0.64% | - |
| XYZ | 13.61 | 26.41 | 6.48 | - |
| YUV | 103.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 163 | 41 | 0.94 | 0 | 0.75 | 0.36 | 132.47 | 0.9 | 0.34 |
| Hex | 9 | A3 | 29 | 5E | 0 | 4B | 24 | 84 | 5A | 22 |
| Octal | 11 | 243 | 51 | 136 | 0 | 113 | 44 | 204 | 132 | 42 |
| Binary | 1001 | 10100011 | 101001 | 1011110 | 0 | 1001011 | 100100 | 10000100 | 1011010 | 100010 |
Color Harmonies of #09A329
Complementary color
Monochromatic Colors of #09A329
Black with #09A329
Text Example
Text Example
White with #09A329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A329; }
p { color: rgb(9,163,41); }
H1.HeaderClassName
{
color: #09A329;
}
.AnyTagClassName
{
color: #09A329;
}
</style>
background-color css
<style>
a { background-color: #09A329; }
a { background-color: rgb(9,163,41); }
div.DivClassName
{
background-color: #09A329;
}
.BgClassName
{
background-color: #09A329;
}
</style>
border-color css
<style>
span { border-color: #09A329; }
span { border-color: rgb(9,163,41); }
td.TdClassName
{
border-color: #09A329;
}
.TagClassName
{
border-color: #09A329;
}
</style>