Html Css Color HEX #21AA71 Mountain Meadow

📋 copy color: '#21AA71'

red 33 ◦ green 170 ◦ blue 113

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

Shades of Mountain Meadow #21AA71

Tints of Mountain Meadow #21AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.8%

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 10.44%
G = 53.8%
B = 35.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#21AA71 (or 0x21AA71) is known color: Mountain Meadow. HEX triplet: 21, AA and 71. RGB value is (33,170,113). Sum of RGB (Red+Green+Blue) = 33+170+113=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA71 is #DE558E. Grayscale: #7A7A7A. Windows color (decimal): -14570895 or 7449121. OLE color: 7449121.

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

Color convert

RGB 33 170 113 -
CMYK 0.81 0 0.34 0.33
HSL 155.04º 0.67% 0.4% -
HSV(B) 155.04º 0.81% 0.67% -
XYZ 17.98 30.27 20.52 -
YUV 122.54 122.61 64.13 -
System Red Green Blue C M Y K H S L
Decimal 33 170 113 0.81 0 0.34 0.33 155.04 0.67 0.4
Hex 21 AA 71 51 0 22 21 9B 43 28
Octal 41 252 161 121 0 42 41 233 103 50
Binary 100001 10101010 1110001 1010001 0 100010 100001 10011011 1000011 101000

Color Harmonies of #21AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AA71

Black with #21AA71

Text Example


Text Example

White with #21AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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