Html Css Color HEX #20AA3C Dark Pastel Green

📋 copy color: '#20AA3C'

red 32 ◦ green 170 ◦ blue 60

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

Shades of Dark Pastel Green #20AA3C

Tints of Dark Pastel Green #20AA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 64.89%

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 12.21%
G = 64.89%
B = 22.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#20AA3C (or 0x20AA3C) is known color: Dark Pastel Green. HEX triplet: 20, AA and 3C. RGB value is (32,170,60). Sum of RGB (Red+Green+Blue) = 32+170+60=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AA3C is #DF55C3. Grayscale: #747474. Windows color (decimal): -14636484 or 3975712. OLE color: 3975712.

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

Color convert

RGB 32 170 60 -
CMYK 0.81 0 0.65 0.33
HSL 132.17º 0.68% 0.4% -
HSV(B) 132.17º 0.81% 0.67% -
XYZ 15.79 29.38 9.11 -
YUV 116.2 96.28 67.94 -
System Red Green Blue C M Y K H S L
Decimal 32 170 60 0.81 0 0.65 0.33 132.17 0.68 0.4
Hex 20 AA 3C 51 0 41 21 84 44 28
Octal 40 252 74 121 0 101 41 204 104 50
Binary 100000 10101010 111100 1010001 0 1000001 100001 10000100 1000100 101000

Color Harmonies of #20AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA3C

Black with #20AA3C

Text Example


Text Example

White with #20AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,170,60); }

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

background-color css

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

 a { background-color: rgb(32,170,60); }

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

border-color css

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

 span { border-color: rgb(32,170,60); }

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