Html Css Color HEX #20AD49 Dark Pastel Green

📋 copy color: '#20AD49'

red 32 ◦ green 173 ◦ blue 73

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

Shades of Dark Pastel Green #20AD49

Tints of Dark Pastel Green #20AD49

RGB

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

 GREEN value IS 173 (67.97% from 255) = 62.23%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 11.51%
G = 62.23%
B = 26.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#20AD49 (or 0x20AD49) is known color: Dark Pastel Green. HEX triplet: 20, AD and 49. RGB value is (32,173,73). Sum of RGB (Red+Green+Blue) = 32+173+73=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD49 is #DF52B6. Grayscale: #777777. Windows color (decimal): -14635703 or 4828448. OLE color: 4828448.

HSL color Cylindrical-coordinate representation of color #20AD49: hue angle of 137.45º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD49 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 73 -
CMYK 0.82 0 0.58 0.32
HSL 137.45º 0.69% 0.4% -
HSV(B) 137.45º 0.82% 0.68% -
XYZ 16.74 30.68 11.34 -
YUV 119.44 101.79 65.63 -
System Red Green Blue C M Y K H S L
Decimal 32 173 73 0.82 0 0.58 0.32 137.45 0.69 0.4
Hex 20 AD 49 52 0 3A 20 89 45 28
Octal 40 255 111 122 0 72 40 211 105 50
Binary 100000 10101101 1001001 1010010 0 111010 100000 10001001 1000101 101000

Color Harmonies of #20AD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD49

Black with #20AD49

Text Example


Text Example

White with #20AD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,173,73); }

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

background-color css

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

 a { background-color: rgb(32,173,73); }

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

border-color css

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

 span { border-color: rgb(32,173,73); }

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