Shades of Dark Pastel Green #00A920
Tints of Dark Pastel Green #00A920
RGB
CMYK
RGB Variations
Color information
#00A920 (or 0x00A920) is known color: Dark Pastel Green. HEX triplet: 00, A9 and 20. RGB value is (0,169,32). Sum of RGB (Red+Green+Blue) = 0+169+32=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 169 (66.41% from 255 or 84.08% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 169 - color contains mainly: green. Hex color #00A920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A920 is #FF56DF. Grayscale: #676767. Windows color (decimal): -16733920 or 2140416. OLE color: 2140416.
HSL color Cylindrical-coordinate representation of color #00A920: hue angle of 131.36º 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 #00A920 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 32 | - |
| CMYK | 1 | 0 | 0.81 | 0.34 |
| HSL | 131.36º | 1% | 0.33% | - |
| HSV(B) | 131.36º | 1% | 0.66% | - |
| XYZ | 14.45 | 28.48 | 6.1 | - |
| YUV | 102.85 | 88.01 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 32 | 1 | 0 | 0.81 | 0.34 | 131.36 | 1 | 0.33 |
| Hex | 0 | A9 | 20 | 64 | 0 | 51 | 22 | 83 | 64 | 21 |
| Octal | 0 | 251 | 40 | 144 | 0 | 121 | 42 | 203 | 144 | 41 |
| Binary | 0 | 10101001 | 100000 | 1100100 | 0 | 1010001 | 100010 | 10000011 | 1100100 | 100001 |
Color Harmonies of #00A920
Complementary color
Monochromatic Colors of #00A920
Black with #00A920
Text Example
Text Example
White with #00A920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A920; }
p { color: rgb(0,169,32); }
H1.HeaderClassName
{
color: #00A920;
}
.AnyTagClassName
{
color: #00A920;
}
</style>
background-color css
<style>
a { background-color: #00A920; }
a { background-color: rgb(0,169,32); }
div.DivClassName
{
background-color: #00A920;
}
.BgClassName
{
background-color: #00A920;
}
</style>
border-color css
<style>
span { border-color: #00A920; }
span { border-color: rgb(0,169,32); }
td.TdClassName
{
border-color: #00A920;
}
.TagClassName
{
border-color: #00A920;
}
</style>