Shades of Dark Pastel Green #09A32A
Tints of Dark Pastel Green #09A32A
RGB
CMYK
RGB Variations
Color information
#09A32A (or 0x09A32A) is known color: Dark Pastel Green. HEX triplet: 09, A3 and 2A. RGB value is (9,163,42). Sum of RGB (Red+Green+Blue) = 9+163+42=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 163 (64.06% from 255 or 76.17% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 163 - color contains mainly: green. Hex color #09A32A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A32A is #F65CD5. Grayscale: #676767. Windows color (decimal): -16145622 or 2794249. OLE color: 2794249.
HSL color Cylindrical-coordinate representation of color #09A32A: hue angle of 132.86º 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 #09A32A is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 163 | 42 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.36 |
| HSL | 132.86º | 0.9% | 0.34% | - |
| HSV(B) | 132.86º | 0.94% | 0.64% | - |
| XYZ | 13.63 | 26.42 | 6.57 | - |
| YUV | 103.16 | 93.48 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 163 | 42 | 0.94 | 0 | 0.74 | 0.36 | 132.86 | 0.9 | 0.34 |
| Hex | 9 | A3 | 2A | 5E | 0 | 4A | 24 | 85 | 5A | 22 |
| Octal | 11 | 243 | 52 | 136 | 0 | 112 | 44 | 205 | 132 | 42 |
| Binary | 1001 | 10100011 | 101010 | 1011110 | 0 | 1001010 | 100100 | 10000101 | 1011010 | 100010 |
Color Harmonies of #09A32A
Complementary color
Monochromatic Colors of #09A32A
Black with #09A32A
Text Example
Text Example
White with #09A32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A32A; }
p { color: rgb(9,163,42); }
H1.HeaderClassName
{
color: #09A32A;
}
.AnyTagClassName
{
color: #09A32A;
}
</style>
background-color css
<style>
a { background-color: #09A32A; }
a { background-color: rgb(9,163,42); }
div.DivClassName
{
background-color: #09A32A;
}
.BgClassName
{
background-color: #09A32A;
}
</style>
border-color css
<style>
span { border-color: #09A32A; }
span { border-color: rgb(9,163,42); }
td.TdClassName
{
border-color: #09A32A;
}
.TagClassName
{
border-color: #09A32A;
}
</style>