#20A945

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

Shades of Dark Pastel Green #20A945

Tints of Dark Pastel Green #20A945

Color information

#20A945 (or 0x20A945) is unknown color: approx Dark Pastel Green. HEX triplet: 20, A9 and 45. RGB value is (32,169,69). Sum of RGB (Red+Green+Blue) = 32+169+69=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 169 (66.41% from 255 or 62.59% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 169 - color contains mainly: green. Hex color #20A945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A945 is #DF56BA. Grayscale: #747474. Windows color (decimal): -14636731 or 4565280. OLE color: 4565280.

HSL color Cylindrical-coordinate representation of color #20A945: hue angle of 136.2º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A945 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB3216969-
CMYK0.8100.590.34
HSL136.2º68.16%39.41%-
HSV(B)136.2º81.07%66.27%-
XYZ15.8629.1110.41-
YUV116.64101.1167.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 169 (66.41% from 255) = 62.59%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=11.85%
G=62.59%
B=25.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal32169690.8100.590.34136.268.1639.41
Hex20A9455103B22884427
Octal402511051210734221010447
Binary10000010101001100010110100010111011100010100010001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,169,69); }

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

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

 a { background-color: rgb(32,169,69); }

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

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

 span { border-color: rgb(32,169,69); }

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