#21AE74

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

Shades of Mountain Meadow #21AE74

Tints of Mountain Meadow #21AE74

Color information

#21AE74 (or 0x21AE74) is unknown color: approx Mountain Meadow. HEX triplet: 21, AE and 74. RGB value is (33,174,116). Sum of RGB (Red+Green+Blue) = 33+174+116=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AE74 is #DE518B. Grayscale: #7D7D7D. Windows color (decimal): -14569868 or 7646753. OLE color: 7646753.

HSL color Cylindrical-coordinate representation of color #21AE74: hue angle of 155.32º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AE74 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB33174116-
CMYK0.8100.330.32
HSL155.32º68.12%40.59%-
HSV(B)155.32º81.03%68.24%-
XYZ18.9231.8621.67-
YUV125.23122.7962.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=10.22%
G=53.87%
B=35.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331741160.8100.330.32155.3268.1240.59
Hex21AE7451021209b4429
Octal412561641210414023310451
Binary10000110101110111010010100010100001100000100110111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,174,116); }

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

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

 a { background-color: rgb(33,174,116); }

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

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

 span { border-color: rgb(33,174,116); }

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