#00821A

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

Shades of Green #00821A

Tints of Green #00821A

Color information

#00821A (or 0x00821A) is unknown color: approx Green. HEX triplet: 00, 82 and 1A. RGB value is (0,130,26). Sum of RGB (Red+Green+Blue) = 0+130+26=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 130 (51.17% from 255 or 83.33% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 130 - color contains mainly: green. Hex color #00821A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00821A is #FF7DE5. Grayscale: #4F4F4F. Windows color (decimal): -16743910 or 1737216. OLE color: 1737216.

HSL color Cylindrical-coordinate representation of color #00821A: hue angle of 132º 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 #00821A is Cyan = 1, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB013026-
CMYK100.80.49
HSL132º100%25.49%-
HSV(B)132º100%50.98%-
XYZ8.1716.043.64-
YUV79.2797.9371.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 83.33%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=0%
G=83.33%
B=16.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013026100.80.4913210025.49
Hex0821A6405031846419
Octal02023214401206120414431
Binary0100000101101011001000101000011000110000100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00821A; }

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

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

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

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

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

<style>
 span { border-color: #00821A; }

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

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