Html Css Color HEX #21AD72 Mountain Meadow

📋 copy color: '#21AD72'

red 33 ◦ green 173 ◦ blue 114

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

Shades of Mountain Meadow #21AD72

Tints of Mountain Meadow #21AD72

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.06%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 10.31%
G = 54.06%
B = 35.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#21AD72 (or 0x21AD72) is known color: Mountain Meadow. HEX triplet: 21, AD and 72. RGB value is (33,173,114). Sum of RGB (Red+Green+Blue) = 33+173+114=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD72 is #DE528D. Grayscale: #7C7C7C. Windows color (decimal): -14570126 or 7515425. OLE color: 7515425.

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

Color convert

RGB 33 173 114 -
CMYK 0.81 0 0.34 0.32
HSL 154.71º 0.68% 0.4% -
HSV(B) 154.71º 0.81% 0.68% -
XYZ 18.61 31.43 21 -
YUV 124.41 122.12 62.8 -
System Red Green Blue C M Y K H S L
Decimal 33 173 114 0.81 0 0.34 0.32 154.71 0.68 0.4
Hex 21 AD 72 51 0 22 20 9B 44 28
Octal 41 255 162 121 0 42 40 233 104 50
Binary 100001 10101101 1110010 1010001 0 100010 100000 10011011 1000100 101000

Color Harmonies of #21AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD72

Black with #21AD72

Text Example


Text Example

White with #21AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,173,114); }

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

background-color css

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

 a { background-color: rgb(33,173,114); }

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

border-color css

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

 span { border-color: rgb(33,173,114); }

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