Shades of Dark Pastel Green #05AA3A
Tints of Dark Pastel Green #05AA3A
RGB
CMYK
RGB Variations
Color information
#05AA3A (or 0x05AA3A) is known color: Dark Pastel Green. HEX triplet: 05, AA and 3A. RGB value is (5,170,58). Sum of RGB (Red+Green+Blue) = 5+170+58=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 170 (66.80% from 255 or 72.96% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AA3A is #FA55C5. Grayscale: #6C6C6C. Windows color (decimal): -16405958 or 3844613. OLE color: 3844613.
HSL color Cylindrical-coordinate representation of color #05AA3A: hue angle of 139.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA3A is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 170 | 58 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.33 |
| HSL | 139.27º | 0.94% | 0.34% | - |
| HSV(B) | 139.27º | 0.97% | 0.67% | - |
| XYZ | 15.2 | 29.09 | 8.82 | - |
| YUV | 107.9 | 99.84 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 58 | 0.97 | 0 | 0.66 | 0.33 | 139.27 | 0.94 | 0.34 |
| Hex | 5 | AA | 3A | 61 | 0 | 42 | 21 | 8B | 5E | 22 |
| Octal | 5 | 252 | 72 | 141 | 0 | 102 | 41 | 213 | 136 | 42 |
| Binary | 101 | 10101010 | 111010 | 1100001 | 0 | 1000010 | 100001 | 10001011 | 1011110 | 100010 |
Color Harmonies of #05AA3A
Complementary color
Monochromatic Colors of #05AA3A
Black with #05AA3A
Text Example
Text Example
White with #05AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AA3A; }
p { color: rgb(5,170,58); }
H1.HeaderClassName
{
color: #05AA3A;
}
.AnyTagClassName
{
color: #05AA3A;
}
</style>
background-color css
<style>
a { background-color: #05AA3A; }
a { background-color: rgb(5,170,58); }
div.DivClassName
{
background-color: #05AA3A;
}
.BgClassName
{
background-color: #05AA3A;
}
</style>
border-color css
<style>
span { border-color: #05AA3A; }
span { border-color: rgb(5,170,58); }
td.TdClassName
{
border-color: #05AA3A;
}
.TagClassName
{
border-color: #05AA3A;
}
</style>