#20AC75

Color #20AC75 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #20AC75

Tints of Mountain Meadow #20AC75

Color information

#20AC75 (or 0x20AC75) is unknown color: approx Mountain Meadow. HEX triplet: 20, AC and 75. RGB value is (32,172,117). Sum of RGB (Red+Green+Blue) = 32+172+117=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AC75 is #DF538A. Grayscale: #7B7B7B. Windows color (decimal): -14635915 or 7711776. OLE color: 7711776.

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

Color convert

RGB32172117-
CMYK0.8100.320.33
HSL156.43º68.63%40%-
HSV(B)156.43º81.4%67.45%-
XYZ18.5631.121.85-
YUV123.87124.1262.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.97%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=9.97%
G=53.58%
B=36.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321721170.8100.320.33156.4368.6340
Hex20AC7551020219c4528
Octal402541651210404123410550
Binary10000010101100111010110100010100000100001100111001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20AC75;
 }
 .AnyTagClassName
 {
   color: #20AC75;
 }
</style>
background-color css

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

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

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

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

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

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