#00811a

Color #00811A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #00811A

Tints of Green #00811A

Color information

#00811A (or 0x00811A) is unknown color: approx Green. HEX triplet: 00, 81 and 1A. RGB value is (0,129,26). Sum of RGB (Red+Green+Blue) = 0+129+26=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 129 (50.78% from 255 or 83.23% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 129 - color contains mainly: green. Hex color #00811A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00811A is #FF7EE5. Grayscale: #4E4E4E. Windows color (decimal): -16744166 or 1736960. OLE color: 1736960.

HSL color Cylindrical-coordinate representation of color #00811A: hue angle of 132.09º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00811A is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB012926-
CMYK100.800.49
HSL132.09º100%25.29%-
HSV(B)132.09º100%50.59%-
XYZ8.0415.783.6-
YUV78.6998.2671.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 83.23%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=0%
G=83.23%
B=16.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal012926100.800.49132.0910025.29
Hex0811A6405031846419
Octal02013214401206120414431
Binary0100000011101011001000101000011000110000100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00811a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00811a; }

 p { color: rgb(0,129,26); }

 H1.HeaderClassName
 {
   color: #00811a;
 }
 .AnyTagClassName
 {
   color: #00811a;
 }
</style>
background-color css

<style>
 a { background-color: #00811a; }

 a { background-color: rgb(0,129,26); }

 div.DivClassName
 {
   background-color: #00811a;
 }
 .BgClassName
 {
   background-color: #00811a;
 }
</style>
border-color css

<style>
 span { border-color: #00811a; }

 span { border-color: rgb(0,129,26); }

 td.TdClassName
 {
   border-color: #00811a;
 }
 .TagClassName
 {
   border-color: #00811a;
 }
</style>