Html Css Color HEX #20AF82 Mountain Meadow

📋 copy color: '#20AF82'

red 32 ◦ green 175 ◦ blue 130

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

Shades of Mountain Meadow #20AF82

Tints of Mountain Meadow #20AF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.58%

R = 9.5%
G = 51.93%
B = 38.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#20AF82 (or 0x20AF82) is known color: Mountain Meadow. HEX triplet: 20, AF and 82. RGB value is (32,175,130). Sum of RGB (Red+Green+Blue) = 32+175+130=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF82 is #DF507D. Grayscale: #7F7F7F. Windows color (decimal): -14635134 or 8564512. OLE color: 8564512.

HSL color Cylindrical-coordinate representation of color #20AF82: hue angle of 161.12º 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 #20AF82 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 175 130 -
CMYK 0.82 0 0.26 0.31
HSL 161.12º 0.69% 0.41% -
HSV(B) 161.12º 0.82% 0.69% -
XYZ 19.95 32.58 26.36 -
YUV 127.11 129.62 60.16 -
System Red Green Blue C M Y K H S L
Decimal 32 175 130 0.82 0 0.26 0.31 161.12 0.69 0.41
Hex 20 AF 82 52 0 1A 1F A1 45 29
Octal 40 257 202 122 0 32 37 241 105 51
Binary 100000 10101111 10000010 1010010 0 11010 11111 10100001 1000101 101001

Color Harmonies of #20AF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF82

Black with #20AF82

Text Example


Text Example

White with #20AF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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