#20AB71

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

Shades of Mountain Meadow #20AB71

Tints of Mountain Meadow #20AB71

Color information

#20AB71 (or 0x20AB71) is unknown color: approx Mountain Meadow. HEX triplet: 20, AB and 71. RGB value is (32,171,113). Sum of RGB (Red+Green+Blue) = 32+171+113=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB71 is #DF548E. Grayscale: #7A7A7A. Windows color (decimal): -14636175 or 7449376. OLE color: 7449376.

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

Color convert

RGB32171113-
CMYK0.8100.340.33
HSL154.96º68.47%39.8%-
HSV(B)154.96º81.29%67.06%-
XYZ18.1430.6320.58-
YUV122.83122.4563.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.13%
GREEN value IS 171 (67.19% from 255) = 54.11%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=10.13%
G=54.11%
B=35.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321711130.8100.340.33154.9668.4739.8
Hex20AB7151022219b4428
Octal402531611210424123310450
Binary10000010101011111000110100010100010100001100110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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