Shades of Dark Pastel Green #00A02A
Tints of Dark Pastel Green #00A02A
RGB
CMYK
RGB Variations
Color information
#00A02A (or 0x00A02A) is known color: Dark Pastel Green. HEX triplet: 00, A0 and 2A. RGB value is (0,160,42). Sum of RGB (Red+Green+Blue) = 0+160+42=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 160 (62.89% from 255 or 79.21% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 160 - color contains mainly: green. Hex color #00A02A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A02A is #FF5FD5. Grayscale: #636363. Windows color (decimal): -16736214 or 2793472. OLE color: 2793472.
HSL color Cylindrical-coordinate representation of color #00A02A: hue angle of 135.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A02A is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 42 | - |
| CMYK | 1 | 0 | 0.74 | 0.37 |
| HSL | 135.75º | 1% | 0.31% | - |
| HSV(B) | 135.75º | 1% | 0.63% | - |
| XYZ | 12.99 | 25.31 | 6.39 | - |
| YUV | 98.71 | 95.99 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 42 | 1 | 0 | 0.74 | 0.37 | 135.75 | 1 | 0.31 |
| Hex | 0 | A0 | 2A | 64 | 0 | 4A | 25 | 88 | 64 | 1F |
| Octal | 0 | 240 | 52 | 144 | 0 | 112 | 45 | 210 | 144 | 37 |
| Binary | 0 | 10100000 | 101010 | 1100100 | 0 | 1001010 | 100101 | 10001000 | 1100100 | 11111 |
Color Harmonies of #00A02A
Complementary color
Monochromatic Colors of #00A02A
Black with #00A02A
Text Example
Text Example
White with #00A02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A02A; }
p { color: rgb(0,160,42); }
H1.HeaderClassName
{
color: #00A02A;
}
.AnyTagClassName
{
color: #00A02A;
}
</style>
background-color css
<style>
a { background-color: #00A02A; }
a { background-color: rgb(0,160,42); }
div.DivClassName
{
background-color: #00A02A;
}
.BgClassName
{
background-color: #00A02A;
}
</style>
border-color css
<style>
span { border-color: #00A02A; }
span { border-color: rgb(0,160,42); }
td.TdClassName
{
border-color: #00A02A;
}
.TagClassName
{
border-color: #00A02A;
}
</style>