Html Css Color HEX #20C48C Mountain Meadow

📋 copy color: '#20C48C'

red 32 ◦ green 196 ◦ blue 140

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

Shades of Mountain Meadow #20C48C

Tints of Mountain Meadow #20C48C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.26%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 8.7%
G = 53.26%
B = 38.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#20C48C (or 0x20C48C) is known color: Mountain Meadow. HEX triplet: 20, C4 and 8C. RGB value is (32,196,140). Sum of RGB (Red+Green+Blue) = 32+196+140=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #20C48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C48C is #DF3B73. Grayscale: #8C8C8C. Windows color (decimal): -14629748 or 9225248. OLE color: 9225248.

HSL color Cylindrical-coordinate representation of color #20C48C: hue angle of 159.51º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C48C is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 196 140 -
CMYK 0.84 0 0.29 0.23
HSL 159.51º 0.72% 0.45% -
HSV(B) 159.51º 0.84% 0.77% -
XYZ 25.07 41.68 31.53 -
YUV 140.58 127.67 50.55 -
System Red Green Blue C M Y K H S L
Decimal 32 196 140 0.84 0 0.29 0.23 159.51 0.72 0.45
Hex 20 C4 8C 54 0 1D 17 A0 48 2D
Octal 40 304 214 124 0 35 27 240 110 55
Binary 100000 11000100 10001100 1010100 0 11101 10111 10100000 1001000 101101

Color Harmonies of #20C48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C48C

Black with #20C48C

Text Example


Text Example

White with #20C48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,196,140); }

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

background-color css

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

 a { background-color: rgb(32,196,140); }

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

border-color css

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

 span { border-color: rgb(32,196,140); }

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