Html Css Color HEX #20AA7C Mountain Meadow

📋 copy color: '#20AA7C'

red 32 ◦ green 170 ◦ blue 124

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

Shades of Mountain Meadow #20AA7C

Tints of Mountain Meadow #20AA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 9.82%
G = 52.15%
B = 38.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#20AA7C (or 0x20AA7C) is known color: Mountain Meadow. HEX triplet: 20, AA and 7C. RGB value is (32,170,124). Sum of RGB (Red+Green+Blue) = 32+170+124=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA7C is #DF5583. Grayscale: #7B7B7B. Windows color (decimal): -14636420 or 8170016. OLE color: 8170016.

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

Color convert

RGB 32 170 124 -
CMYK 0.81 0 0.27 0.33
HSL 160º 0.68% 0.4% -
HSV(B) 160º 0.81% 0.67% -
XYZ 18.61 30.51 23.98 -
YUV 123.49 128.28 62.74 -
System Red Green Blue C M Y K H S L
Decimal 32 170 124 0.81 0 0.27 0.33 160 0.68 0.4
Hex 20 AA 7C 51 0 1B 21 A0 44 28
Octal 40 252 174 121 0 33 41 240 104 50
Binary 100000 10101010 1111100 1010001 0 11011 100001 10100000 1000100 101000

Color Harmonies of #20AA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA7C

Black with #20AA7C

Text Example


Text Example

White with #20AA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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