Html Css Color HEX #20AB7E Mountain Meadow

📋 copy color: '#20AB7E'

red 32 ◦ green 171 ◦ blue 126

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

Shades of Mountain Meadow #20AB7E

Tints of Mountain Meadow #20AB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 9.73%
G = 51.98%
B = 38.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#20AB7E (or 0x20AB7E) is known color: Mountain Meadow. HEX triplet: 20, AB and 7E. RGB value is (32,171,126). Sum of RGB (Red+Green+Blue) = 32+171+126=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB7E is #DF5481. Grayscale: #7C7C7C. Windows color (decimal): -14636162 or 8301344. OLE color: 8301344.

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

Color convert

RGB 32 171 126 -
CMYK 0.81 0 0.26 0.33
HSL 160.58º 0.68% 0.4% -
HSV(B) 160.58º 0.81% 0.67% -
XYZ 18.92 30.94 24.71 -
YUV 124.31 128.95 62.16 -
System Red Green Blue C M Y K H S L
Decimal 32 171 126 0.81 0 0.26 0.33 160.58 0.68 0.4
Hex 20 AB 7E 51 0 1A 21 A1 44 28
Octal 40 253 176 121 0 32 41 241 104 50
Binary 100000 10101011 1111110 1010001 0 11010 100001 10100001 1000100 101000

Color Harmonies of #20AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AB7E

Black with #20AB7E

Text Example


Text Example

White with #20AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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