#21AF73

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

Shades of Mountain Meadow #21AF73

Tints of Mountain Meadow #21AF73

Color information

#21AF73 (or 0x21AF73) is unknown color: approx Mountain Meadow. HEX triplet: 21, AF and 73. RGB value is (33,175,115). Sum of RGB (Red+Green+Blue) = 33+175+115=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF73 is #DE508C. Grayscale: #7D7D7D. Windows color (decimal): -14569613 or 7581473. OLE color: 7581473.

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

Color convert

RGB33175115-
CMYK0.8100.340.31
HSL154.65º68.27%40.78%-
HSV(B)154.65º81.14%68.63%-
XYZ19.0532.2221.43-
YUV125.7121.9661.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.22%
GREEN value IS 175 (68.75% from 255) = 54.18%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=10.22%
G=54.18%
B=35.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331751150.8100.340.31154.6568.2740.78
Hex21AF73510221F9b4429
Octal412571631210423723310451
Binary1000011010111111100111010001010001011111100110111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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