Shades of Dark Pastel Green #05A224
Tints of Dark Pastel Green #05A224
RGB
CMYK
RGB Variations
Color information
#05A224 (or 0x05A224) is known color: Dark Pastel Green. HEX triplet: 05, A2 and 24. RGB value is (5,162,36). Sum of RGB (Red+Green+Blue) = 5+162+36=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #05A224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A224 is #FA5DDB. Grayscale: #656565. Windows color (decimal): -16408028 or 2400773. OLE color: 2400773.
HSL color Cylindrical-coordinate representation of color #05A224: hue angle of 131.85º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A224 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 36 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.36 |
| HSL | 131.85º | 0.94% | 0.33% | - |
| HSV(B) | 131.85º | 0.97% | 0.64% | - |
| XYZ | 13.3 | 26 | 5.99 | - |
| YUV | 100.69 | 91.49 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 36 | 0.97 | 0 | 0.78 | 0.36 | 131.85 | 0.94 | 0.33 |
| Hex | 5 | A2 | 24 | 61 | 0 | 4E | 24 | 84 | 5E | 21 |
| Octal | 5 | 242 | 44 | 141 | 0 | 116 | 44 | 204 | 136 | 41 |
| Binary | 101 | 10100010 | 100100 | 1100001 | 0 | 1001110 | 100100 | 10000100 | 1011110 | 100001 |
Color Harmonies of #05A224
Complementary color
Monochromatic Colors of #05A224
Black with #05A224
Text Example
Text Example
White with #05A224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A224; }
p { color: rgb(5,162,36); }
H1.HeaderClassName
{
color: #05A224;
}
.AnyTagClassName
{
color: #05A224;
}
</style>
background-color css
<style>
a { background-color: #05A224; }
a { background-color: rgb(5,162,36); }
div.DivClassName
{
background-color: #05A224;
}
.BgClassName
{
background-color: #05A224;
}
</style>
border-color css
<style>
span { border-color: #05A224; }
span { border-color: rgb(5,162,36); }
td.TdClassName
{
border-color: #05A224;
}
.TagClassName
{
border-color: #05A224;
}
</style>