Html Css Color HEX #20AD3B Dark Pastel Green

📋 copy color: '#20AD3B'

red 32 ◦ green 173 ◦ blue 59

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

Shades of Dark Pastel Green #20AD3B

Tints of Dark Pastel Green #20AD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.35%

R = 12.12%
G = 65.53%
B = 22.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#20AD3B (or 0x20AD3B) is known color: Dark Pastel Green. HEX triplet: 20, AD and 3B. RGB value is (32,173,59). Sum of RGB (Red+Green+Blue) = 32+173+59=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD3B is #DF52C4. Grayscale: #767676. Windows color (decimal): -14635717 or 3910944. OLE color: 3910944.

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

Color convert

RGB 32 173 59 -
CMYK 0.82 0 0.66 0.32
HSL 131.49º 0.69% 0.4% -
HSV(B) 131.49º 0.82% 0.68% -
XYZ 16.33 30.51 9.17 -
YUV 117.85 94.79 66.77 -
System Red Green Blue C M Y K H S L
Decimal 32 173 59 0.82 0 0.66 0.32 131.49 0.69 0.4
Hex 20 AD 3B 52 0 42 20 83 45 28
Octal 40 255 73 122 0 102 40 203 105 50
Binary 100000 10101101 111011 1010010 0 1000010 100000 10000011 1000101 101000

Color Harmonies of #20AD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AD3B

Black with #20AD3B

Text Example


Text Example

White with #20AD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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