Html Css Color HEX #21AC7F Mountain Meadow

📋 copy color: '#21AC7F'

red 33 ◦ green 172 ◦ blue 127

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

Shades of Mountain Meadow #21AC7F

Tints of Mountain Meadow #21AC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.81%

 BLUE value IS 127 (50% from 255) = 38.25%

R = 9.94%
G = 51.81%
B = 38.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#21AC7F (or 0x21AC7F) is known color: Mountain Meadow. HEX triplet: 21, AC and 7F. RGB value is (33,172,127). Sum of RGB (Red+Green+Blue) = 33+172+127=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC7F is #DE5380. Grayscale: #7D7D7D. Windows color (decimal): -14570369 or 8367137. OLE color: 8367137.

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

Color convert

RGB 33 172 127 -
CMYK 0.81 0 0.26 0.33
HSL 160.58º 0.68% 0.4% -
HSV(B) 160.58º 0.81% 0.67% -
XYZ 19.21 31.36 25.12 -
YUV 125.31 128.95 62.16 -
System Red Green Blue C M Y K H S L
Decimal 33 172 127 0.81 0 0.26 0.33 160.58 0.68 0.4
Hex 21 AC 7F 51 0 1A 21 A1 44 28
Octal 41 254 177 121 0 32 41 241 104 50
Binary 100001 10101100 1111111 1010001 0 11010 100001 10100001 1000100 101000

Color Harmonies of #21AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC7F

Black with #21AC7F

Text Example


Text Example

White with #21AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,172,127); }

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

background-color css

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

 a { background-color: rgb(33,172,127); }

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

border-color css

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

 span { border-color: rgb(33,172,127); }

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