#20AB72

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

Shades of Mountain Meadow #20AB72

Tints of Mountain Meadow #20AB72

Color information

#20AB72 (or 0x20AB72) is unknown color: approx Mountain Meadow. HEX triplet: 20, AB and 72. RGB value is (32,171,114). Sum of RGB (Red+Green+Blue) = 32+171+114=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB72 is #DF548D. Grayscale: #7B7B7B. Windows color (decimal): -14636174 or 7514912. OLE color: 7514912.

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

Color convert

RGB32171114-
CMYK0.8100.330.33
HSL155.4º68.47%39.8%-
HSV(B)155.4º81.29%67.06%-
XYZ18.230.6520.88-
YUV122.94122.9563.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 171 (67.19% from 255) = 53.94%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=10.09%
G=53.94%
B=35.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321711140.8100.330.33155.468.4739.8
Hex20AB7251021219b4428
Octal402531621210414123310450
Binary10000010101011111001010100010100001100001100110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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