Shades of Dark Pastel Green #05AE2D
Tints of Dark Pastel Green #05AE2D
RGB
CMYK
RGB Variations
Color information
#05AE2D (or 0x05AE2D) is known color: Dark Pastel Green. HEX triplet: 05, AE and 2D. RGB value is (5,174,45). Sum of RGB (Red+Green+Blue) = 5+174+45=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 174 (68.36% from 255 or 77.68% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AE2D is #FA51D2. Grayscale: #6D6D6D. Windows color (decimal): -16404947 or 2993669. OLE color: 2993669.
HSL color Cylindrical-coordinate representation of color #05AE2D: hue angle of 134.2º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AE2D is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 174 | 45 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.32 |
| HSL | 134.2º | 0.94% | 0.35% | - |
| HSV(B) | 134.2º | 0.97% | 0.68% | - |
| XYZ | 15.67 | 30.49 | 7.54 | - |
| YUV | 108.76 | 92.01 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 174 | 45 | 0.97 | 0 | 0.74 | 0.32 | 134.2 | 0.94 | 0.35 |
| Hex | 5 | AE | 2D | 61 | 0 | 4A | 20 | 86 | 5E | 23 |
| Octal | 5 | 256 | 55 | 141 | 0 | 112 | 40 | 206 | 136 | 43 |
| Binary | 101 | 10101110 | 101101 | 1100001 | 0 | 1001010 | 100000 | 10000110 | 1011110 | 100011 |
Color Harmonies of #05AE2D
Complementary color
Monochromatic Colors of #05AE2D
Black with #05AE2D
Text Example
Text Example
White with #05AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AE2D; }
p { color: rgb(5,174,45); }
H1.HeaderClassName
{
color: #05AE2D;
}
.AnyTagClassName
{
color: #05AE2D;
}
</style>
background-color css
<style>
a { background-color: #05AE2D; }
a { background-color: rgb(5,174,45); }
div.DivClassName
{
background-color: #05AE2D;
}
.BgClassName
{
background-color: #05AE2D;
}
</style>
border-color css
<style>
span { border-color: #05AE2D; }
span { border-color: rgb(5,174,45); }
td.TdClassName
{
border-color: #05AE2D;
}
.TagClassName
{
border-color: #05AE2D;
}
</style>