#21AF81

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

Shades of Mountain Meadow #21AF81

Tints of Mountain Meadow #21AF81

Color information

#21AF81 (or 0x21AF81) is unknown color: approx Mountain Meadow. HEX triplet: 21, AF and 81. RGB value is (33,175,129). Sum of RGB (Red+Green+Blue) = 33+175+129=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AF81 is #DE507E. Grayscale: #7F7F7F. Windows color (decimal): -14569599 or 8498977. OLE color: 8498977.

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

Color convert

RGB33175129-
CMYK0.8100.260.31
HSL160.56º68.27%40.78%-
HSV(B)160.56º81.14%68.63%-
XYZ19.9232.5726.01-
YUV127.3128.9660.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.79%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=9.79%
G=51.93%
B=38.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331751290.8100.260.31160.5668.2740.78
Hex21AF815101A1Fa14429
Octal412572011210323724110451
Binary1000011010111110000001101000101101011111101000011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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