Shades of Dark Pastel Green #21AC3A
Tints of Dark Pastel Green #21AC3A
RGB
CMYK
RGB Variations
Color information
#21AC3A (or 0x21AC3A) is known color: Dark Pastel Green. HEX triplet: 21, AC and 3A. RGB value is (33,172,58). Sum of RGB (Red+Green+Blue) = 33+172+58=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 172 (67.58% from 255 or 65.40% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AC3A is #DE53C5. Grayscale: #757575. Windows color (decimal): -14570438 or 3845153. OLE color: 3845153.
HSL color Cylindrical-coordinate representation of color #21AC3A: hue angle of 130.79º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AC3A is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 58 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.33 |
| HSL | 130.79º | 0.68% | 0.4% | - |
| HSV(B) | 130.79º | 0.81% | 0.67% | - |
| XYZ | 16.14 | 30.13 | 8.97 | - |
| YUV | 117.44 | 94.45 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 58 | 0.81 | 0 | 0.66 | 0.33 | 130.79 | 0.68 | 0.4 |
| Hex | 21 | AC | 3A | 51 | 0 | 42 | 21 | 83 | 44 | 28 |
| Octal | 41 | 254 | 72 | 121 | 0 | 102 | 41 | 203 | 104 | 50 |
| Binary | 100001 | 10101100 | 111010 | 1010001 | 0 | 1000010 | 100001 | 10000011 | 1000100 | 101000 |
Color Harmonies of #21AC3A
Complementary color
Monochromatic Colors of #21AC3A
Black with #21AC3A
Text Example
Text Example
White with #21AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC3A; }
p { color: rgb(33,172,58); }
H1.HeaderClassName
{
color: #21AC3A;
}
.AnyTagClassName
{
color: #21AC3A;
}
</style>
background-color css
<style>
a { background-color: #21AC3A; }
a { background-color: rgb(33,172,58); }
div.DivClassName
{
background-color: #21AC3A;
}
.BgClassName
{
background-color: #21AC3A;
}
</style>
border-color css
<style>
span { border-color: #21AC3A; }
span { border-color: rgb(33,172,58); }
td.TdClassName
{
border-color: #21AC3A;
}
.TagClassName
{
border-color: #21AC3A;
}
</style>