#01821A

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

Shades of Green #01821A

Tints of Green #01821A

Color information

#01821A (or 0x01821A) is unknown color: approx Green. HEX triplet: 01, 82 and 1A. RGB value is (1,130,26). Sum of RGB (Red+Green+Blue) = 1+130+26=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #01821A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01821A is #FE7DE5. Grayscale: #4F4F4F. Windows color (decimal): -16678374 or 1737217. OLE color: 1737217.

HSL color Cylindrical-coordinate representation of color #01821A: hue angle of 131.63º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01821A is Cyan = 0.99, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB113026-
CMYK0.9900.80.49
HSL131.63º98.47%25.69%-
HSV(B)131.63º99.23%50.98%-
XYZ8.1816.053.64-
YUV79.5797.7671.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 130 (51.17% from 255) = 82.80%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=0.64%
G=82.80%
B=16.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130260.9900.80.49131.6398.4725.69
Hex1821A630503184621a
Octal12023214301206120414232
Binary1100000101101011000110101000011000110000100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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