#20AB81

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

Shades of Mountain Meadow #20AB81

Tints of Mountain Meadow #20AB81

Color information

#20AB81 (or 0x20AB81) is unknown color: approx Mountain Meadow. HEX triplet: 20, AB and 81. RGB value is (32,171,129). Sum of RGB (Red+Green+Blue) = 32+171+129=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AB81 is #DF547E. Grayscale: #7C7C7C. Windows color (decimal): -14636159 or 8497952. OLE color: 8497952.

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

Color convert

RGB32171129-
CMYK0.8100.250.33
HSL161.87º68.47%39.8%-
HSV(B)161.87º81.29%67.06%-
XYZ19.1231.0225.75-
YUV124.65130.4561.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.64%
GREEN value IS 171 (67.19% from 255) = 51.51%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=9.64%
G=51.51%
B=38.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321711290.8100.250.33161.8768.4739.8
Hex20AB815101921a24428
Octal402532011210314124210450
Binary10000010101011100000011010001011001100001101000101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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