Shades of Dark Pastel Green #09A42F
Tints of Dark Pastel Green #09A42F
RGB
CMYK
RGB Variations
Color information
#09A42F (or 0x09A42F) is known color: Dark Pastel Green. HEX triplet: 09, A4 and 2F. RGB value is (9,164,47). Sum of RGB (Red+Green+Blue) = 9+164+47=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 164 (64.45% from 255 or 74.55% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 164 - color contains mainly: green. Hex color #09A42F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A42F is #F65BD0. Grayscale: #686868. Windows color (decimal): -16145361 or 3122185. OLE color: 3122185.
HSL color Cylindrical-coordinate representation of color #09A42F: hue angle of 134.71º 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 #09A42F is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 164 | 47 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.36 |
| HSL | 134.71º | 0.9% | 0.34% | - |
| HSV(B) | 134.71º | 0.95% | 0.64% | - |
| XYZ | 13.9 | 26.81 | 7.13 | - |
| YUV | 104.32 | 95.65 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 164 | 47 | 0.95 | 0 | 0.71 | 0.36 | 134.71 | 0.9 | 0.34 |
| Hex | 9 | A4 | 2F | 5F | 0 | 47 | 24 | 87 | 5A | 22 |
| Octal | 11 | 244 | 57 | 137 | 0 | 107 | 44 | 207 | 132 | 42 |
| Binary | 1001 | 10100100 | 101111 | 1011111 | 0 | 1000111 | 100100 | 10000111 | 1011010 | 100010 |
Color Harmonies of #09A42F
Complementary color
Monochromatic Colors of #09A42F
Black with #09A42F
Text Example
Text Example
White with #09A42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A42F; }
p { color: rgb(9,164,47); }
H1.HeaderClassName
{
color: #09A42F;
}
.AnyTagClassName
{
color: #09A42F;
}
</style>
background-color css
<style>
a { background-color: #09A42F; }
a { background-color: rgb(9,164,47); }
div.DivClassName
{
background-color: #09A42F;
}
.BgClassName
{
background-color: #09A42F;
}
</style>
border-color css
<style>
span { border-color: #09A42F; }
span { border-color: rgb(9,164,47); }
td.TdClassName
{
border-color: #09A42F;
}
.TagClassName
{
border-color: #09A42F;
}
</style>