#20AC41

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

Shades of Dark Pastel Green #20AC41

Tints of Dark Pastel Green #20AC41

Color information

#20AC41 (or 0x20AC41) is unknown color: approx Dark Pastel Green. HEX triplet: 20, AC and 41. RGB value is (32,172,65). Sum of RGB (Red+Green+Blue) = 32+172+65=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC41 is #DF53BE. Grayscale: #767676. Windows color (decimal): -14635967 or 4303904. OLE color: 4303904.

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

Color convert

RGB3217265-
CMYK0.8100.620.33
HSL134.14º68.63%40%-
HSV(B)134.14º81.4%67.45%-
XYZ16.330.199.97-
YUV117.9498.1266.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 172 (67.58% from 255) = 63.94%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=11.90%
G=63.94%
B=24.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32172650.8100.620.33134.1468.6340
Hex20AC415103E21864528
Octal402541011210764120610550
Binary10000010101100100000110100010111110100001100001101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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