Shades of Dark Pastel Green #04AA3C
Tints of Dark Pastel Green #04AA3C
RGB
CMYK
RGB Variations
Color information
#04AA3C (or 0x04AA3C) is known color: Dark Pastel Green. HEX triplet: 04, AA and 3C. RGB value is (4,170,60). Sum of RGB (Red+Green+Blue) = 4+170+60=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA3C is #FB55C3. Grayscale: #6C6C6C. Windows color (decimal): -16471492 or 3975684. OLE color: 3975684.
HSL color Cylindrical-coordinate representation of color #04AA3C: hue angle of 140.24º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA3C is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 60 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.33 |
| HSL | 140.24º | 0.95% | 0.34% | - |
| HSV(B) | 140.24º | 0.98% | 0.67% | - |
| XYZ | 15.24 | 29.1 | 9.09 | - |
| YUV | 107.83 | 101 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 60 | 0.98 | 0 | 0.65 | 0.33 | 140.24 | 0.95 | 0.34 |
| Hex | 4 | AA | 3C | 62 | 0 | 41 | 21 | 8C | 5F | 22 |
| Octal | 4 | 252 | 74 | 142 | 0 | 101 | 41 | 214 | 137 | 42 |
| Binary | 100 | 10101010 | 111100 | 1100010 | 0 | 1000001 | 100001 | 10001100 | 1011111 | 100010 |
Color Harmonies of #04AA3C
Complementary color
Monochromatic Colors of #04AA3C
Black with #04AA3C
Text Example
Text Example
White with #04AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA3C; }
p { color: rgb(4,170,60); }
H1.HeaderClassName
{
color: #04AA3C;
}
.AnyTagClassName
{
color: #04AA3C;
}
</style>
background-color css
<style>
a { background-color: #04AA3C; }
a { background-color: rgb(4,170,60); }
div.DivClassName
{
background-color: #04AA3C;
}
.BgClassName
{
background-color: #04AA3C;
}
</style>
border-color css
<style>
span { border-color: #04AA3C; }
span { border-color: rgb(4,170,60); }
td.TdClassName
{
border-color: #04AA3C;
}
.TagClassName
{
border-color: #04AA3C;
}
</style>