Html Css Color HEX #20AF76 Mountain Meadow

📋 copy color: '#20AF76'

red 32 ◦ green 175 ◦ blue 118

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

Shades of Mountain Meadow #20AF76

Tints of Mountain Meadow #20AF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.85%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 9.85%
G = 53.85%
B = 36.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#20AF76 (or 0x20AF76) is known color: Mountain Meadow. HEX triplet: 20, AF and 76. RGB value is (32,175,118). Sum of RGB (Red+Green+Blue) = 32+175+118=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF76 is #DF5089. Grayscale: #7D7D7D. Windows color (decimal): -14635146 or 7778080. OLE color: 7778080.

HSL color Cylindrical-coordinate representation of color #20AF76: hue angle of 156.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF76 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 175 118 -
CMYK 0.82 0 0.33 0.31
HSL 156.08º 0.69% 0.41% -
HSV(B) 156.08º 0.82% 0.69% -
XYZ 19.2 32.28 22.36 -
YUV 125.75 123.62 61.13 -
System Red Green Blue C M Y K H S L
Decimal 32 175 118 0.82 0 0.33 0.31 156.08 0.69 0.41
Hex 20 AF 76 52 0 21 1F 9C 45 29
Octal 40 257 166 122 0 41 37 234 105 51
Binary 100000 10101111 1110110 1010010 0 100001 11111 10011100 1000101 101001

Color Harmonies of #20AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF76

Black with #20AF76

Text Example


Text Example

White with #20AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,175,118); }

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

background-color css

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

 a { background-color: rgb(32,175,118); }

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

border-color css

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

 span { border-color: rgb(32,175,118); }

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