Html Css Color HEX #21AC75 Mountain Meadow

📋 copy color: '#21AC75'

red 33 ◦ green 172 ◦ blue 117

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

Shades of Mountain Meadow #21AC75

Tints of Mountain Meadow #21AC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 10.25%
G = 53.42%
B = 36.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#21AC75 (or 0x21AC75) is known color: Mountain Meadow. HEX triplet: 21, AC and 75. RGB value is (33,172,117). Sum of RGB (Red+Green+Blue) = 33+172+117=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AC75 is #DE538A. Grayscale: #7C7C7C. Windows color (decimal): -14570379 or 7711777. OLE color: 7711777.

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

Color convert

RGB 33 172 117 -
CMYK 0.81 0 0.32 0.33
HSL 156.26º 0.68% 0.4% -
HSV(B) 156.26º 0.81% 0.67% -
XYZ 18.59 31.11 21.86 -
YUV 124.17 123.95 62.97 -
System Red Green Blue C M Y K H S L
Decimal 33 172 117 0.81 0 0.32 0.33 156.26 0.68 0.4
Hex 21 AC 75 51 0 20 21 9C 44 28
Octal 41 254 165 121 0 40 41 234 104 50
Binary 100001 10101100 1110101 1010001 0 100000 100001 10011100 1000100 101000

Color Harmonies of #21AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC75

Black with #21AC75

Text Example


Text Example

White with #21AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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