Html Css Color HEX #21AA6F Mountain Meadow

📋 copy color: '#21AA6F'

red 33 ◦ green 170 ◦ blue 111

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

Shades of Mountain Meadow #21AA6F

Tints of Mountain Meadow #21AA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 10.51%
G = 54.14%
B = 35.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#21AA6F (or 0x21AA6F) is known color: Mountain Meadow. HEX triplet: 21, AA and 6F. RGB value is (33,170,111). Sum of RGB (Red+Green+Blue) = 33+170+111=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA6F is #DE5590. Grayscale: #7A7A7A. Windows color (decimal): -14570897 or 7318049. OLE color: 7318049.

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

Color convert

RGB 33 170 111 -
CMYK 0.81 0 0.35 0.33
HSL 154.16º 0.67% 0.4% -
HSV(B) 154.16º 0.81% 0.67% -
XYZ 17.87 30.22 19.93 -
YUV 122.31 121.61 64.3 -
System Red Green Blue C M Y K H S L
Decimal 33 170 111 0.81 0 0.35 0.33 154.16 0.67 0.4
Hex 21 AA 6F 51 0 23 21 9A 43 28
Octal 41 252 157 121 0 43 41 232 103 50
Binary 100001 10101010 1101111 1010001 0 100011 100001 10011010 1000011 101000

Color Harmonies of #21AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AA6F

Black with #21AA6F

Text Example


Text Example

White with #21AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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