#21AC7A

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

Shades of Mountain Meadow #21AC7A

Tints of Mountain Meadow #21AC7A

Color information

#21AC7A (or 0x21AC7A) is unknown color: approx Mountain Meadow. HEX triplet: 21, AC and 7A. RGB value is (33,172,122). Sum of RGB (Red+Green+Blue) = 33+172+122=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC7A is #DE5385. Grayscale: #7C7C7C. Windows color (decimal): -14570374 or 8039457. OLE color: 8039457.

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

Color convert

RGB33172122-
CMYK0.8100.290.33
HSL158.42º67.8%40.2%-
HSV(B)158.42º80.81%67.45%-
XYZ18.8931.2323.45-
YUV124.74126.4562.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.09%
GREEN value IS 172 (67.58% from 255) = 52.60%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=10.09%
G=52.60%
B=37.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331721220.8100.290.33158.4267.840.2
Hex21AC7A5101D219e4428
Octal412541721210354123610450
Binary1000011010110011110101010001011101100001100111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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