Html Css Color HEX #20AC40 Dark Pastel Green

📋 copy color: '#20AC40'

red 32 ◦ green 172 ◦ blue 64

#20AC40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #20AC40

Tints of Dark Pastel Green #20AC40

RGB

 RED value IS 32 (12.89% from 255) = 11.94%

 GREEN value IS 172 (67.58% from 255) = 64.18%

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 11.94%
G = 64.18%
B = 23.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#20AC40 (or 0x20AC40) is known color: Dark Pastel Green. HEX triplet: 20, AC and 40. RGB value is (32,172,64). Sum of RGB (Red+Green+Blue) = 32+172+64=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC40 is #DF53BF. Grayscale: #767676. Windows color (decimal): -14635968 or 4238368. OLE color: 4238368.

HSL color Cylindrical-coordinate representation of color #20AC40: hue angle of 133.71º 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 #20AC40 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 172 64 -
CMYK 0.81 0 0.63 0.33
HSL 133.71º 0.69% 0.4% -
HSV(B) 133.71º 0.81% 0.67% -
XYZ 16.27 30.18 9.82 -
YUV 117.83 97.62 66.78 -
System Red Green Blue C M Y K H S L
Decimal 32 172 64 0.81 0 0.63 0.33 133.71 0.69 0.4
Hex 20 AC 40 51 0 3F 21 86 45 28
Octal 40 254 100 121 0 77 41 206 105 50
Binary 100000 10101100 1000000 1010001 0 111111 100001 10000110 1000101 101000

Color Harmonies of #20AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AC40

Black with #20AC40

Text Example


Text Example

White with #20AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20AC40;
 }
 .AnyTagClassName
 {
   color: #20AC40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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