Html Css Color HEX #20AB7F Mountain Meadow

📋 copy color: '#20AB7F'

red 32 ◦ green 171 ◦ blue 127

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

Shades of Mountain Meadow #20AB7F

Tints of Mountain Meadow #20AB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.48%

R = 9.7%
G = 51.82%
B = 38.48%

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

#20AB7F (or 0x20AB7F) is known color: Mountain Meadow. HEX triplet: 20, AB and 7F. RGB value is (32,171,127). Sum of RGB (Red+Green+Blue) = 32+171+127=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB7F is #DF5480. Grayscale: #7C7C7C. Windows color (decimal): -14636161 or 8366880. OLE color: 8366880.

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

Color convert

RGB 32 171 127 -
CMYK 0.81 0 0.26 0.33
HSL 161.01º 0.68% 0.4% -
HSV(B) 161.01º 0.81% 0.67% -
XYZ 18.99 30.97 25.05 -
YUV 124.42 129.45 62.08 -
System Red Green Blue C M Y K H S L
Decimal 32 171 127 0.81 0 0.26 0.33 161.01 0.68 0.4
Hex 20 AB 7F 51 0 1A 21 A1 44 28
Octal 40 253 177 121 0 32 41 241 104 50
Binary 100000 10101011 1111111 1010001 0 11010 100001 10100001 1000100 101000

Color Harmonies of #20AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AB7F

Black with #20AB7F

Text Example


Text Example

White with #20AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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