Html Css Color HEX #20AB7D Mountain Meadow

📋 copy color: '#20AB7D'

red 32 ◦ green 171 ◦ blue 125

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

Shades of Mountain Meadow #20AB7D

Tints of Mountain Meadow #20AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.13%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 9.76%
G = 52.13%
B = 38.11%

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

#20AB7D (or 0x20AB7D) is known color: Mountain Meadow. HEX triplet: 20, AB and 7D. RGB value is (32,171,125). Sum of RGB (Red+Green+Blue) = 32+171+125=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB7D is #DF5482. Grayscale: #7C7C7C. Windows color (decimal): -14636163 or 8235808. OLE color: 8235808.

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

Color convert

RGB 32 171 125 -
CMYK 0.81 0 0.27 0.33
HSL 160.14º 0.68% 0.4% -
HSV(B) 160.14º 0.81% 0.67% -
XYZ 18.86 30.91 24.37 -
YUV 124.2 128.45 62.24 -
System Red Green Blue C M Y K H S L
Decimal 32 171 125 0.81 0 0.27 0.33 160.14 0.68 0.4
Hex 20 AB 7D 51 0 1B 21 A0 44 28
Octal 40 253 175 121 0 33 41 240 104 50
Binary 100000 10101011 1111101 1010001 0 11011 100001 10100000 1000100 101000

Color Harmonies of #20AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AB7D

Black with #20AB7D

Text Example


Text Example

White with #20AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,171,125); }

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

background-color css

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

 a { background-color: rgb(32,171,125); }

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

border-color css

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

 span { border-color: rgb(32,171,125); }

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