Html Css Color HEX #20AC42 Dark Pastel Green

📋 copy color: '#20AC42'

red 32 ◦ green 172 ◦ blue 66

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

Shades of Dark Pastel Green #20AC42

Tints of Dark Pastel Green #20AC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 11.85%
G = 63.7%
B = 24.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#20AC42 (or 0x20AC42) is known color: Dark Pastel Green. HEX triplet: 20, AC and 42. RGB value is (32,172,66). Sum of RGB (Red+Green+Blue) = 32+172+66=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC42 is #DF53BD. Grayscale: #767676. Windows color (decimal): -14635966 or 4369440. OLE color: 4369440.

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

Color convert

RGB 32 172 66 -
CMYK 0.81 0 0.62 0.33
HSL 134.57º 0.69% 0.4% -
HSV(B) 134.57º 0.81% 0.67% -
XYZ 16.33 30.21 10.12 -
YUV 118.06 98.62 66.62 -
System Red Green Blue C M Y K H S L
Decimal 32 172 66 0.81 0 0.62 0.33 134.57 0.69 0.4
Hex 20 AC 42 51 0 3E 21 87 45 28
Octal 40 254 102 121 0 76 41 207 105 50
Binary 100000 10101100 1000010 1010001 0 111110 100001 10000111 1000101 101000

Color Harmonies of #20AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AC42

Black with #20AC42

Text Example


Text Example

White with #20AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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