Html Css Color HEX #20AD4D Pigment Green

📋 copy color: '#20AD4D'

red 32 ◦ green 173 ◦ blue 77

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

Shades of Pigment Green #20AD4D

Tints of Pigment Green #20AD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 11.35%
G = 61.35%
B = 27.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#20AD4D (or 0x20AD4D) is known color: Pigment Green. HEX triplet: 20, AD and 4D. RGB value is (32,173,77). Sum of RGB (Red+Green+Blue) = 32+173+77=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD4D is #DF52B2. Grayscale: #787878. Windows color (decimal): -14635699 or 5090592. OLE color: 5090592.

HSL color Cylindrical-coordinate representation of color #20AD4D: hue angle of 139.15º 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 #20AD4D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 173 77 -
CMYK 0.82 0 0.55 0.32
HSL 139.15º 0.69% 0.4% -
HSV(B) 139.15º 0.82% 0.68% -
XYZ 16.88 30.73 12.06 -
YUV 119.9 103.79 65.31 -
System Red Green Blue C M Y K H S L
Decimal 32 173 77 0.82 0 0.55 0.32 139.15 0.69 0.4
Hex 20 AD 4D 52 0 37 20 8B 45 28
Octal 40 255 115 122 0 67 40 213 105 50
Binary 100000 10101101 1001101 1010010 0 110111 100000 10001011 1000101 101000

Color Harmonies of #20AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD4D

Black with #20AD4D

Text Example


Text Example

White with #20AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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