Html Css Color HEX #21AD74 Mountain Meadow

📋 copy color: '#21AD74'

red 33 ◦ green 173 ◦ blue 116

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

Shades of Mountain Meadow #21AD74

Tints of Mountain Meadow #21AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 10.25%
G = 53.73%
B = 36.02%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#21AD74 (or 0x21AD74) is known color: Mountain Meadow. HEX triplet: 21, AD and 74. RGB value is (33,173,116). Sum of RGB (Red+Green+Blue) = 33+173+116=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD74 is #DE528B. Grayscale: #7C7C7C. Windows color (decimal): -14570124 or 7646497. OLE color: 7646497.

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

Color convert

RGB 33 173 116 -
CMYK 0.81 0 0.33 0.32
HSL 155.57º 0.68% 0.4% -
HSV(B) 155.57º 0.81% 0.68% -
XYZ 18.72 31.47 21.61 -
YUV 124.64 123.12 62.63 -
System Red Green Blue C M Y K H S L
Decimal 33 173 116 0.81 0 0.33 0.32 155.57 0.68 0.4
Hex 21 AD 74 51 0 21 20 9C 44 28
Octal 41 255 164 121 0 41 40 234 104 50
Binary 100001 10101101 1110100 1010001 0 100001 100000 10011100 1000100 101000

Color Harmonies of #21AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD74

Black with #21AD74

Text Example


Text Example

White with #21AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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