Shades of Dark Pastel Green #09A031
Tints of Dark Pastel Green #09A031
RGB
CMYK
RGB Variations
Color information
#09A031 (or 0x09A031) is known color: Dark Pastel Green. HEX triplet: 09, A0 and 31. RGB value is (9,160,49). Sum of RGB (Red+Green+Blue) = 9+160+49=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #09A031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A031 is #F65FCE. Grayscale: #666666. Windows color (decimal): -16146383 or 3252233. OLE color: 3252233.
HSL color Cylindrical-coordinate representation of color #09A031: hue angle of 135.89º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A031 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 49 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.37 |
| HSL | 135.89º | 0.89% | 0.33% | - |
| HSV(B) | 135.89º | 0.94% | 0.63% | - |
| XYZ | 13.24 | 25.42 | 7.11 | - |
| YUV | 102.2 | 97.97 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 49 | 0.94 | 0 | 0.69 | 0.37 | 135.89 | 0.89 | 0.33 |
| Hex | 9 | A0 | 31 | 5E | 0 | 45 | 25 | 88 | 59 | 21 |
| Octal | 11 | 240 | 61 | 136 | 0 | 105 | 45 | 210 | 131 | 41 |
| Binary | 1001 | 10100000 | 110001 | 1011110 | 0 | 1000101 | 100101 | 10001000 | 1011001 | 100001 |
Color Harmonies of #09A031
Complementary color
Monochromatic Colors of #09A031
Black with #09A031
Text Example
Text Example
White with #09A031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A031; }
p { color: rgb(9,160,49); }
H1.HeaderClassName
{
color: #09A031;
}
.AnyTagClassName
{
color: #09A031;
}
</style>
background-color css
<style>
a { background-color: #09A031; }
a { background-color: rgb(9,160,49); }
div.DivClassName
{
background-color: #09A031;
}
.BgClassName
{
background-color: #09A031;
}
</style>
border-color css
<style>
span { border-color: #09A031; }
span { border-color: rgb(9,160,49); }
td.TdClassName
{
border-color: #09A031;
}
.TagClassName
{
border-color: #09A031;
}
</style>