Shades of Dark Pastel Green #09A42D
Tints of Dark Pastel Green #09A42D
RGB
CMYK
RGB Variations
Color information
#09A42D (or 0x09A42D) is known color: Dark Pastel Green. HEX triplet: 09, A4 and 2D. RGB value is (9,164,45). Sum of RGB (Red+Green+Blue) = 9+164+45=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 164 (64.45% from 255 or 75.23% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 164 - color contains mainly: green. Hex color #09A42D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A42D is #F65BD2. Grayscale: #686868. Windows color (decimal): -16145363 or 2991113. OLE color: 2991113.
HSL color Cylindrical-coordinate representation of color #09A42D: hue angle of 133.94º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A42D is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 164 | 45 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.36 |
| HSL | 133.94º | 0.9% | 0.34% | - |
| HSV(B) | 133.94º | 0.95% | 0.64% | - |
| XYZ | 13.86 | 26.8 | 6.92 | - |
| YUV | 104.09 | 94.65 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 164 | 45 | 0.95 | 0 | 0.73 | 0.36 | 133.94 | 0.9 | 0.34 |
| Hex | 9 | A4 | 2D | 5F | 0 | 49 | 24 | 86 | 5A | 22 |
| Octal | 11 | 244 | 55 | 137 | 0 | 111 | 44 | 206 | 132 | 42 |
| Binary | 1001 | 10100100 | 101101 | 1011111 | 0 | 1001001 | 100100 | 10000110 | 1011010 | 100010 |
Color Harmonies of #09A42D
Complementary color
Monochromatic Colors of #09A42D
Black with #09A42D
Text Example
Text Example
White with #09A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A42D; }
p { color: rgb(9,164,45); }
H1.HeaderClassName
{
color: #09A42D;
}
.AnyTagClassName
{
color: #09A42D;
}
</style>
background-color css
<style>
a { background-color: #09A42D; }
a { background-color: rgb(9,164,45); }
div.DivClassName
{
background-color: #09A42D;
}
.BgClassName
{
background-color: #09A42D;
}
</style>
border-color css
<style>
span { border-color: #09A42D; }
span { border-color: rgb(9,164,45); }
td.TdClassName
{
border-color: #09A42D;
}
.TagClassName
{
border-color: #09A42D;
}
</style>