Shades of Dark Pastel Green #21AE40
Tints of Dark Pastel Green #21AE40
RGB
CMYK
RGB Variations
Color information
#21AE40 (or 0x21AE40) is known color: Dark Pastel Green. HEX triplet: 21, AE and 40. RGB value is (33,174,64). Sum of RGB (Red+Green+Blue) = 33+174+64=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 174 (68.36% from 255 or 64.21% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AE40 is #DE51BF. Grayscale: #777777. Windows color (decimal): -14569920 or 4238881. OLE color: 4238881.
HSL color Cylindrical-coordinate representation of color #21AE40: hue angle of 133.19º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AE40 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 174 | 64 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.32 |
| HSL | 133.19º | 0.68% | 0.41% | - |
| HSV(B) | 133.19º | 0.81% | 0.68% | - |
| XYZ | 16.69 | 30.97 | 9.95 | - |
| YUV | 119.3 | 96.79 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 174 | 64 | 0.81 | 0 | 0.63 | 0.32 | 133.19 | 0.68 | 0.41 |
| Hex | 21 | AE | 40 | 51 | 0 | 3F | 20 | 85 | 44 | 29 |
| Octal | 41 | 256 | 100 | 121 | 0 | 77 | 40 | 205 | 104 | 51 |
| Binary | 100001 | 10101110 | 1000000 | 1010001 | 0 | 111111 | 100000 | 10000101 | 1000100 | 101001 |
Color Harmonies of #21AE40
Complementary color
Monochromatic Colors of #21AE40
Black with #21AE40
Text Example
Text Example
White with #21AE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AE40; }
p { color: rgb(33,174,64); }
H1.HeaderClassName
{
color: #21AE40;
}
.AnyTagClassName
{
color: #21AE40;
}
</style>
background-color css
<style>
a { background-color: #21AE40; }
a { background-color: rgb(33,174,64); }
div.DivClassName
{
background-color: #21AE40;
}
.BgClassName
{
background-color: #21AE40;
}
</style>
border-color css
<style>
span { border-color: #21AE40; }
span { border-color: rgb(33,174,64); }
td.TdClassName
{
border-color: #21AE40;
}
.TagClassName
{
border-color: #21AE40;
}
</style>