Html Css Color HEX #20A670 Mountain Meadow

📋 copy color: '#20A670'

red 32 ◦ green 166 ◦ blue 112

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

Shades of Mountain Meadow #20A670

Tints of Mountain Meadow #20A670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.55%

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 10.32%
G = 53.55%
B = 36.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#20A670 (or 0x20A670) is known color: Mountain Meadow. HEX triplet: 20, A6 and 70. RGB value is (32,166,112). Sum of RGB (Red+Green+Blue) = 32+166+112=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #20A670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A670 is #DF598F. Grayscale: #777777. Windows color (decimal): -14637456 or 7382560. OLE color: 7382560.

HSL color Cylindrical-coordinate representation of color #20A670: hue angle of 155.82º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A670 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 166 112 -
CMYK 0.81 0 0.33 0.35
HSL 155.82º 0.68% 0.39% -
HSV(B) 155.82º 0.81% 0.65% -
XYZ 17.16 28.75 19.97 -
YUV 119.78 123.61 65.39 -
System Red Green Blue C M Y K H S L
Decimal 32 166 112 0.81 0 0.33 0.35 155.82 0.68 0.39
Hex 20 A6 70 51 0 21 23 9C 44 27
Octal 40 246 160 121 0 41 43 234 104 47
Binary 100000 10100110 1110000 1010001 0 100001 100011 10011100 1000100 100111

Color Harmonies of #20A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A670

Black with #20A670

Text Example


Text Example

White with #20A670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,166,112); }

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

background-color css

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

 a { background-color: rgb(32,166,112); }

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

border-color css

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

 span { border-color: rgb(32,166,112); }

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