Html Css Color HEX #20AC72 Mountain Meadow

📋 copy color: '#20AC72'

red 32 ◦ green 172 ◦ blue 114

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

Shades of Mountain Meadow #20AC72

Tints of Mountain Meadow #20AC72

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.09%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 10.06%
G = 54.09%
B = 35.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#20AC72 (or 0x20AC72) is known color: Mountain Meadow. HEX triplet: 20, AC and 72. RGB value is (32,172,114). Sum of RGB (Red+Green+Blue) = 32+172+114=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AC72 is #DF538D. Grayscale: #7B7B7B. Windows color (decimal): -14635918 or 7515168. OLE color: 7515168.

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

Color convert

RGB 32 172 114 -
CMYK 0.81 0 0.34 0.33
HSL 155.14º 0.69% 0.4% -
HSV(B) 155.14º 0.81% 0.67% -
XYZ 18.39 31.03 20.94 -
YUV 123.53 122.62 62.72 -
System Red Green Blue C M Y K H S L
Decimal 32 172 114 0.81 0 0.34 0.33 155.14 0.69 0.4
Hex 20 AC 72 51 0 22 21 9B 45 28
Octal 40 254 162 121 0 42 41 233 105 50
Binary 100000 10101100 1110010 1010001 0 100010 100001 10011011 1000101 101000

Color Harmonies of #20AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AC72

Black with #20AC72

Text Example


Text Example

White with #20AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,172,114); }

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

background-color css

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

 a { background-color: rgb(32,172,114); }

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

border-color css

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

 span { border-color: rgb(32,172,114); }

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