#01A820

Color #01A820 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01A820

Tints of Dark Pastel Green #01A820

Color information

#01A820 (or 0x01A820) is unknown color: approx Dark Pastel Green. HEX triplet: 01, A8 and 20. RGB value is (1,168,32). Sum of RGB (Red+Green+Blue) = 1+168+32=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 168 (66.02% from 255 or 83.58% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 168 - color contains mainly: green. Hex color #01A820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A820 is #FE57DF. Grayscale: #666666. Windows color (decimal): -16668640 or 2140161. OLE color: 2140161.

HSL color Cylindrical-coordinate representation of color #01A820: hue angle of 131.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A820 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB116832-
CMYK0.9900.810.34
HSL131.14º98.82%33.14%-
HSV(B)131.14º99.4%65.88%-
XYZ14.2828.126.04-
YUV102.5688.1755.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 168 (66.02% from 255) = 83.58%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=0.50%
G=83.58%
B=15.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1168320.9900.810.34131.1498.8233.14
Hex1A8206305122836321
Octal12504014301214220314341
Binary110101000100000110001101010001100010100000111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01A820; }

 p { color: rgb(1,168,32); }

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

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

 a { background-color: rgb(1,168,32); }

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

<style>
 span { border-color: #01A820; }

 span { border-color: rgb(1,168,32); }

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