Shades of Dark Pastel Green #00A821
Tints of Dark Pastel Green #00A821
RGB
CMYK
RGB Variations
Color information
#00A821 (or 0x00A821) is known color: Dark Pastel Green. HEX triplet: 00, A8 and 21. RGB value is (0,168,33). Sum of RGB (Red+Green+Blue) = 0+168+33=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 168 (66.02% from 255 or 83.58% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 168 - color contains mainly: green. Hex color #00A821 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A821 is #FF57DE. Grayscale: #666666. Windows color (decimal): -16734175 or 2205696. OLE color: 2205696.
HSL color Cylindrical-coordinate representation of color #00A821: hue angle of 131.79º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A821 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 33 | - |
| CMYK | 1 | 0 | 0.80 | 0.34 |
| HSL | 131.79º | 1% | 0.33% | - |
| HSV(B) | 131.79º | 1% | 0.66% | - |
| XYZ | 14.28 | 28.12 | 6.11 | - |
| YUV | 102.38 | 88.84 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 33 | 1 | 0 | 0.80 | 0.34 | 131.79 | 1 | 0.33 |
| Hex | 0 | A8 | 21 | 64 | 0 | 50 | 22 | 84 | 64 | 21 |
| Octal | 0 | 250 | 41 | 144 | 0 | 120 | 42 | 204 | 144 | 41 |
| Binary | 0 | 10101000 | 100001 | 1100100 | 0 | 1010000 | 100010 | 10000100 | 1100100 | 100001 |
Color Harmonies of #00A821
Complementary color
Monochromatic Colors of #00A821
Black with #00A821
Text Example
Text Example
White with #00A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A821; }
p { color: rgb(0,168,33); }
H1.HeaderClassName
{
color: #00A821;
}
.AnyTagClassName
{
color: #00A821;
}
</style>
background-color css
<style>
a { background-color: #00A821; }
a { background-color: rgb(0,168,33); }
div.DivClassName
{
background-color: #00A821;
}
.BgClassName
{
background-color: #00A821;
}
</style>
border-color css
<style>
span { border-color: #00A821; }
span { border-color: rgb(0,168,33); }
td.TdClassName
{
border-color: #00A821;
}
.TagClassName
{
border-color: #00A821;
}
</style>