Html Css Color HEX #20AE70 Mountain Meadow

📋 copy color: '#20AE70'

red 32 ◦ green 174 ◦ blue 112

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

Shades of Mountain Meadow #20AE70

Tints of Mountain Meadow #20AE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.72%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 10.06%
G = 54.72%
B = 35.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#20AE70 (or 0x20AE70) is known color: Mountain Meadow. HEX triplet: 20, AE and 70. RGB value is (32,174,112). Sum of RGB (Red+Green+Blue) = 32+174+112=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AE70 is #DF518F. Grayscale: #7C7C7C. Windows color (decimal): -14635408 or 7384608. OLE color: 7384608.

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

Color convert

RGB 32 174 112 -
CMYK 0.82 0 0.36 0.32
HSL 153.8º 0.69% 0.4% -
HSV(B) 153.8º 0.82% 0.68% -
XYZ 18.66 31.75 20.47 -
YUV 124.47 120.96 62.04 -
System Red Green Blue C M Y K H S L
Decimal 32 174 112 0.82 0 0.36 0.32 153.8 0.69 0.4
Hex 20 AE 70 52 0 24 20 9A 45 28
Octal 40 256 160 122 0 44 40 232 105 50
Binary 100000 10101110 1110000 1010010 0 100100 100000 10011010 1000101 101000

Color Harmonies of #20AE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AE70

Black with #20AE70

Text Example


Text Example

White with #20AE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,174,112); }

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

background-color css

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

 a { background-color: rgb(32,174,112); }

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

border-color css

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

 span { border-color: rgb(32,174,112); }

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