Shades of Dark Pastel Green #09AC3A
Tints of Dark Pastel Green #09AC3A
RGB
CMYK
RGB Variations
Color information
#09AC3A (or 0x09AC3A) is known color: Dark Pastel Green. HEX triplet: 09, AC and 3A. RGB value is (9,172,58). Sum of RGB (Red+Green+Blue) = 9+172+58=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 172 (67.58% from 255 or 71.97% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AC3A is #F653C5. Grayscale: #6E6E6E. Windows color (decimal): -16143302 or 3845129. OLE color: 3845129.
HSL color Cylindrical-coordinate representation of color #09AC3A: hue angle of 138.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AC3A is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 172 | 58 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.33 |
| HSL | 138.04º | 0.9% | 0.35% | - |
| HSV(B) | 138.04º | 0.95% | 0.67% | - |
| XYZ | 15.63 | 29.87 | 8.94 | - |
| YUV | 110.27 | 98.5 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 58 | 0.95 | 0 | 0.66 | 0.33 | 138.04 | 0.9 | 0.35 |
| Hex | 9 | AC | 3A | 5F | 0 | 42 | 21 | 8A | 5A | 23 |
| Octal | 11 | 254 | 72 | 137 | 0 | 102 | 41 | 212 | 132 | 43 |
| Binary | 1001 | 10101100 | 111010 | 1011111 | 0 | 1000010 | 100001 | 10001010 | 1011010 | 100011 |
Color Harmonies of #09AC3A
Complementary color
Monochromatic Colors of #09AC3A
Black with #09AC3A
Text Example
Text Example
White with #09AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AC3A; }
p { color: rgb(9,172,58); }
H1.HeaderClassName
{
color: #09AC3A;
}
.AnyTagClassName
{
color: #09AC3A;
}
</style>
background-color css
<style>
a { background-color: #09AC3A; }
a { background-color: rgb(9,172,58); }
div.DivClassName
{
background-color: #09AC3A;
}
.BgClassName
{
background-color: #09AC3A;
}
</style>
border-color css
<style>
span { border-color: #09AC3A; }
span { border-color: rgb(9,172,58); }
td.TdClassName
{
border-color: #09AC3A;
}
.TagClassName
{
border-color: #09AC3A;
}
</style>