Html Css Color HEX #20A872 Mountain Meadow

📋 copy color: '#20A872'

red 32 ◦ green 168 ◦ blue 114

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

Shades of Mountain Meadow #20A872

Tints of Mountain Meadow #20A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.5%

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

R = 10.19%
G = 53.5%
B = 36.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#20A872 (or 0x20A872) is known color: Mountain Meadow. HEX triplet: 20, A8 and 72. RGB value is (32,168,114). Sum of RGB (Red+Green+Blue) = 32+168+114=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #20A872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A872 is #DF578D. Grayscale: #797979. Windows color (decimal): -14636942 or 7514144. OLE color: 7514144.

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

Color convert

RGB 32 168 114 -
CMYK 0.81 0 0.32 0.34
HSL 156.18º 0.68% 0.39% -
HSV(B) 156.18º 0.81% 0.66% -
XYZ 17.64 29.53 20.69 -
YUV 121.18 123.94 64.39 -
System Red Green Blue C M Y K H S L
Decimal 32 168 114 0.81 0 0.32 0.34 156.18 0.68 0.39
Hex 20 A8 72 51 0 20 22 9C 44 27
Octal 40 250 162 121 0 40 42 234 104 47
Binary 100000 10101000 1110010 1010001 0 100000 100010 10011100 1000100 100111

Color Harmonies of #20A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A872

Black with #20A872

Text Example


Text Example

White with #20A872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,168,114); }

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

background-color css

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

 a { background-color: rgb(32,168,114); }

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

border-color css

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

 span { border-color: rgb(32,168,114); }

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