#20AD41

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

Shades of Dark Pastel Green #20AD41

Tints of Dark Pastel Green #20AD41

Color information

#20AD41 (or 0x20AD41) is unknown color: approx Dark Pastel Green. HEX triplet: 20, AD and 41. RGB value is (32,173,65). Sum of RGB (Red+Green+Blue) = 32+173+65=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD41 is #DF52BE. Grayscale: #767676. Windows color (decimal): -14635711 or 4304160. OLE color: 4304160.

HSL color Cylindrical-coordinate representation of color #20AD41: hue angle of 134.04º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD41 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB3217365-
CMYK0.8200.620.32
HSL134.04º68.78%40.2%-
HSV(B)134.04º81.5%67.84%-
XYZ16.4930.5810.03-
YUV118.5397.7966.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 173 (67.97% from 255) = 64.07%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=11.85%
G=64.07%
B=24.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32173650.8200.620.32134.0468.7840.2
Hex20AD415203E20864528
Octal402551011220764020610550
Binary10000010101101100000110100100111110100000100001101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20AD41; }

 p { color: rgb(32,173,65); }

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

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

 a { background-color: rgb(32,173,65); }

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

<style>
 span { border-color: #20AD41; }

 span { border-color: rgb(32,173,65); }

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