#21aa73

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

Shades of Mountain Meadow #21AA73

Tints of Mountain Meadow #21AA73

Color information

#21AA73 (or 0x21AA73) is unknown color: approx Mountain Meadow. HEX triplet: 21, AA and 73. RGB value is (33,170,115). Sum of RGB (Red+Green+Blue) = 33+170+115=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA73 is #DE558C. Grayscale: #7A7A7A. Windows color (decimal): -14570893 or 7580193. OLE color: 7580193.

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

Color convert

RGB33170115-
CMYK0.8100.320.33
HSL155.91º67.49%39.8%-
HSV(B)155.91º80.59%66.67%-
XYZ18.130.3121.12-
YUV122.77123.6163.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.38%
GREEN value IS 170 (66.80% from 255) = 53.46%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=10.38%
G=53.46%
B=36.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701150.8100.320.33155.9167.4939.8
Hex21AA7351020219c4328
Octal412521631210404123410350
Binary10000110101010111001110100010100000100001100111001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21aa73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,170,115); }

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

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

 a { background-color: rgb(33,170,115); }

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

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

 span { border-color: rgb(33,170,115); }

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