Html Css Color HEX #20AA74 Mountain Meadow

📋 copy color: '#20AA74'

red 32 ◦ green 170 ◦ blue 116

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

Shades of Mountain Meadow #20AA74

Tints of Mountain Meadow #20AA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 10.06%
G = 53.46%
B = 36.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#20AA74 (or 0x20AA74) is known color: Mountain Meadow. HEX triplet: 20, AA and 74. RGB value is (32,170,116). Sum of RGB (Red+Green+Blue) = 32+170+116=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA74 is #DF558B. Grayscale: #7A7A7A. Windows color (decimal): -14636428 or 7645728. OLE color: 7645728.

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

Color convert

RGB 32 170 116 -
CMYK 0.81 0 0.32 0.33
HSL 156.52º 0.68% 0.4% -
HSV(B) 156.52º 0.81% 0.67% -
XYZ 18.12 30.32 21.42 -
YUV 122.58 124.28 63.39 -
System Red Green Blue C M Y K H S L
Decimal 32 170 116 0.81 0 0.32 0.33 156.52 0.68 0.4
Hex 20 AA 74 51 0 20 21 9D 44 28
Octal 40 252 164 121 0 40 41 235 104 50
Binary 100000 10101010 1110100 1010001 0 100000 100001 10011101 1000100 101000

Color Harmonies of #20AA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA74

Black with #20AA74

Text Example


Text Example

White with #20AA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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