Html Css Color HEX #20AC74 Mountain Meadow

📋 copy color: '#20AC74'

red 32 ◦ green 172 ◦ blue 116

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

Shades of Mountain Meadow #20AC74

Tints of Mountain Meadow #20AC74

RGB

 RED value IS 32 (12.89% from 255) = 10%

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

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

R = 10%
G = 53.75%
B = 36.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#20AC74 (or 0x20AC74) is known color: Mountain Meadow. HEX triplet: 20, AC and 74. RGB value is (32,172,116). Sum of RGB (Red+Green+Blue) = 32+172+116=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AC74 is #DF538B. Grayscale: #7B7B7B. Windows color (decimal): -14635916 or 7646240. OLE color: 7646240.

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

Color convert

RGB 32 172 116 -
CMYK 0.81 0 0.33 0.33
HSL 156º 0.69% 0.4% -
HSV(B) 156º 0.81% 0.67% -
XYZ 18.5 31.07 21.55 -
YUV 123.76 123.62 62.55 -
System Red Green Blue C M Y K H S L
Decimal 32 172 116 0.81 0 0.33 0.33 156 0.69 0.4
Hex 20 AC 74 51 0 21 21 9C 45 28
Octal 40 254 164 121 0 41 41 234 105 50
Binary 100000 10101100 1110100 1010001 0 100001 100001 10011100 1000101 101000

Color Harmonies of #20AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AC74

Black with #20AC74

Text Example


Text Example

White with #20AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20AC74; }

 p { color: rgb(32,172,116); }

 H1.HeaderClassName
 {
   color: #20AC74;
 }
 .AnyTagClassName
 {
   color: #20AC74;
 }
</style>

background-color css

<style>
 a { background-color: #20AC74; }

 a { background-color: rgb(32,172,116); }

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

border-color css

<style>
 span { border-color: #20AC74; }

 span { border-color: rgb(32,172,116); }

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