Html Css Color HEX #20AB75 Mountain Meadow

📋 copy color: '#20AB75'

red 32 ◦ green 171 ◦ blue 117

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

Shades of Mountain Meadow #20AB75

Tints of Mountain Meadow #20AB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 10%
G = 53.44%
B = 36.56%

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

#20AB75 (or 0x20AB75) is known color: Mountain Meadow. HEX triplet: 20, AB and 75. RGB value is (32,171,117). Sum of RGB (Red+Green+Blue) = 32+171+117=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB75 is #DF548A. Grayscale: #7B7B7B. Windows color (decimal): -14636171 or 7711520. OLE color: 7711520.

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

Color convert

RGB 32 171 117 -
CMYK 0.81 0 0.32 0.33
HSL 156.69º 0.68% 0.4% -
HSV(B) 156.69º 0.81% 0.67% -
XYZ 18.37 30.72 21.79 -
YUV 123.28 124.45 62.89 -
System Red Green Blue C M Y K H S L
Decimal 32 171 117 0.81 0 0.32 0.33 156.69 0.68 0.4
Hex 20 AB 75 51 0 20 21 9D 44 28
Octal 40 253 165 121 0 40 41 235 104 50
Binary 100000 10101011 1110101 1010001 0 100000 100001 10011101 1000100 101000

Color Harmonies of #20AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AB75

Black with #20AB75

Text Example


Text Example

White with #20AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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