Html Css Color HEX #21AF80 Mountain Meadow

📋 copy color: '#21AF80'

red 33 ◦ green 175 ◦ blue 128

#21AF80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #21AF80

Tints of Mountain Meadow #21AF80

RGB

 RED value IS 33 (13.28% from 255) = 9.82%

 GREEN value IS 175 (68.75% from 255) = 52.08%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 9.82%
G = 52.08%
B = 38.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#21AF80 (or 0x21AF80) is known color: Mountain Meadow. HEX triplet: 21, AF and 80. RGB value is (33,175,128). Sum of RGB (Red+Green+Blue) = 33+175+128=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AF80 is #DE507F. Grayscale: #7F7F7F. Windows color (decimal): -14569600 or 8433441. OLE color: 8433441.

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

Color convert

RGB 33 175 128 -
CMYK 0.81 0 0.27 0.31
HSL 160.14º 0.68% 0.41% -
HSV(B) 160.14º 0.81% 0.69% -
XYZ 19.85 32.54 25.66 -
YUV 127.18 128.46 60.82 -
System Red Green Blue C M Y K H S L
Decimal 33 175 128 0.81 0 0.27 0.31 160.14 0.68 0.41
Hex 21 AF 80 51 0 1B 1F A0 44 29
Octal 41 257 200 121 0 33 37 240 104 51
Binary 100001 10101111 10000000 1010001 0 11011 11111 10100000 1000100 101001

Color Harmonies of #21AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AF80

Black with #21AF80

Text Example


Text Example

White with #21AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21AF80;
 }
 .AnyTagClassName
 {
   color: #21AF80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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