Html Css Color HEX #21AF7E Mountain Meadow

📋 copy color: '#21AF7E'

red 33 ◦ green 175 ◦ blue 126

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

Shades of Mountain Meadow #21AF7E

Tints of Mountain Meadow #21AF7E

RGB

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

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

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

R = 9.88%
G = 52.4%
B = 37.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#21AF7E (or 0x21AF7E) is known color: Mountain Meadow. HEX triplet: 21, AF and 7E. RGB value is (33,175,126). Sum of RGB (Red+Green+Blue) = 33+175+126=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF7E is #DE5081. Grayscale: #7F7F7F. Windows color (decimal): -14569602 or 8302369. OLE color: 8302369.

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

Color convert

RGB 33 175 126 -
CMYK 0.81 0 0.28 0.31
HSL 159.3º 0.68% 0.41% -
HSV(B) 159.3º 0.81% 0.69% -
XYZ 19.72 32.49 24.97 -
YUV 126.96 127.46 60.98 -
System Red Green Blue C M Y K H S L
Decimal 33 175 126 0.81 0 0.28 0.31 159.3 0.68 0.41
Hex 21 AF 7E 51 0 1C 1F 9F 44 29
Octal 41 257 176 121 0 34 37 237 104 51
Binary 100001 10101111 1111110 1010001 0 11100 11111 10011111 1000100 101001

Color Harmonies of #21AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AF7E

Black with #21AF7E

Text Example


Text Example

White with #21AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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