#21AC80

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

Shades of Mountain Meadow #21AC80

Tints of Mountain Meadow #21AC80

Color information

#21AC80 (or 0x21AC80) is unknown color: approx Mountain Meadow. HEX triplet: 21, AC and 80. RGB value is (33,172,128). Sum of RGB (Red+Green+Blue) = 33+172+128=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC80 is #DE537F. Grayscale: #7D7D7D. Windows color (decimal): -14570368 or 8432673. OLE color: 8432673.

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

Color convert

RGB33172128-
CMYK0.8100.260.33
HSL161.01º67.8%40.2%-
HSV(B)161.01º80.81%67.45%-
XYZ19.2831.3925.46-
YUV125.42129.4562.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 172 (67.58% from 255) = 51.65%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=9.91%
G=51.65%
B=38.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331721280.8100.260.33161.0167.840.2
Hex21AC805101A21a14428
Octal412542001210324124110450
Binary10000110101100100000001010001011010100001101000011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AC80; }

 p { color: rgb(33,172,128); }

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

<style>
 a { background-color: #21AC80; }

 a { background-color: rgb(33,172,128); }

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

<style>
 span { border-color: #21AC80; }

 span { border-color: rgb(33,172,128); }

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