Html Css Color HEX #21AE7E Mountain Meadow

📋 copy color: '#21AE7E'

red 33 ◦ green 174 ◦ blue 126

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

Shades of Mountain Meadow #21AE7E

Tints of Mountain Meadow #21AE7E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.25%

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 9.91%
G = 52.25%
B = 37.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#21AE7E (or 0x21AE7E) is known color: Mountain Meadow. HEX triplet: 21, AE and 7E. RGB value is (33,174,126). Sum of RGB (Red+Green+Blue) = 33+174+126=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AE7E is #DE5181. Grayscale: #7E7E7E. Windows color (decimal): -14569858 or 8302113. OLE color: 8302113.

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

Color convert

RGB 33 174 126 -
CMYK 0.81 0 0.28 0.32
HSL 159.57º 0.68% 0.41% -
HSV(B) 159.57º 0.81% 0.68% -
XYZ 19.53 32.1 24.91 -
YUV 126.37 127.79 61.4 -
System Red Green Blue C M Y K H S L
Decimal 33 174 126 0.81 0 0.28 0.32 159.57 0.68 0.41
Hex 21 AE 7E 51 0 1C 20 A0 44 29
Octal 41 256 176 121 0 34 40 240 104 51
Binary 100001 10101110 1111110 1010001 0 11100 100000 10100000 1000100 101001

Color Harmonies of #21AE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AE7E

Black with #21AE7E

Text Example


Text Example

White with #21AE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,174,126); }

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

background-color css

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

 a { background-color: rgb(33,174,126); }

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

border-color css

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

 span { border-color: rgb(33,174,126); }

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