Html Css Color HEX #20AC43 Dark Pastel Green

📋 copy color: '#20AC43'

red 32 ◦ green 172 ◦ blue 67

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

Shades of Dark Pastel Green #20AC43

Tints of Dark Pastel Green #20AC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.72%

R = 11.81%
G = 63.47%
B = 24.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#20AC43 (or 0x20AC43) is known color: Dark Pastel Green. HEX triplet: 20, AC and 43. RGB value is (32,172,67). Sum of RGB (Red+Green+Blue) = 32+172+67=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC43 is #DF53BC. Grayscale: #767676. Windows color (decimal): -14635965 or 4434976. OLE color: 4434976.

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

Color convert

RGB 32 172 67 -
CMYK 0.81 0 0.61 0.33
HSL 135º 0.69% 0.4% -
HSV(B) 135º 0.81% 0.67% -
XYZ 16.36 30.22 10.28 -
YUV 118.17 99.12 66.54 -
System Red Green Blue C M Y K H S L
Decimal 32 172 67 0.81 0 0.61 0.33 135 0.69 0.4
Hex 20 AC 43 51 0 3D 21 87 45 28
Octal 40 254 103 121 0 75 41 207 105 50
Binary 100000 10101100 1000011 1010001 0 111101 100001 10000111 1000101 101000

Color Harmonies of #20AC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AC43

Black with #20AC43

Text Example


Text Example

White with #20AC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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