Shades of Green #00801A
Tints of Green #00801A
RGB
CMYK
RGB Variations
Color information
#00801A (or 0x00801A) is known color: Green. HEX triplet: 00, 80 and 1A. RGB value is (0,128,26). Sum of RGB (Red+Green+Blue) = 0+128+26=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 128 (50.39% from 255 or 83.12% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 128 - color contains mainly: green. Hex color #00801A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00801A is #FF7FE5. Grayscale: #4E4E4E. Windows color (decimal): -16744422 or 1736704. OLE color: 1736704.
HSL color Cylindrical-coordinate representation of color #00801A: hue angle of 132.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00801A is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 26 | - |
| CMYK | 1 | 0 | 0.80 | 0.50 |
| HSL | 132.19º | 1% | 0.25% | - |
| HSV(B) | 132.19º | 1% | 0.5% | - |
| XYZ | 7.91 | 15.51 | 3.55 | - |
| YUV | 78.1 | 98.59 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 26 | 1 | 0 | 0.80 | 0.50 | 132.19 | 1 | 0.25 |
| Hex | 0 | 80 | 1A | 64 | 0 | 50 | 32 | 84 | 64 | 19 |
| Octal | 0 | 200 | 32 | 144 | 0 | 120 | 62 | 204 | 144 | 31 |
| Binary | 0 | 10000000 | 11010 | 1100100 | 0 | 1010000 | 110010 | 10000100 | 1100100 | 11001 |
Color Harmonies of #00801A
Complementary color
Monochromatic Colors of #00801A
Black with #00801A
Text Example
Text Example
White with #00801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00801A; }
p { color: rgb(0,128,26); }
H1.HeaderClassName
{
color: #00801A;
}
.AnyTagClassName
{
color: #00801A;
}
</style>
background-color css
<style>
a { background-color: #00801A; }
a { background-color: rgb(0,128,26); }
div.DivClassName
{
background-color: #00801A;
}
.BgClassName
{
background-color: #00801A;
}
</style>
border-color css
<style>
span { border-color: #00801A; }
span { border-color: rgb(0,128,26); }
td.TdClassName
{
border-color: #00801A;
}
.TagClassName
{
border-color: #00801A;
}
</style>