Html Css Color HEX #20C07C Mountain Meadow

📋 copy color: '#20C07C'

red 32 ◦ green 192 ◦ blue 124

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

Shades of Mountain Meadow #20C07C

Tints of Mountain Meadow #20C07C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.17%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 9.2%
G = 55.17%
B = 35.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#20C07C (or 0x20C07C) is known color: Mountain Meadow. HEX triplet: 20, C0 and 7C. RGB value is (32,192,124). Sum of RGB (Red+Green+Blue) = 32+192+124=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #20C07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C07C is #DF3F83. Grayscale: #888888. Windows color (decimal): -14630788 or 8175648. OLE color: 8175648.

HSL color Cylindrical-coordinate representation of color #20C07C: hue angle of 154.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C07C is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 124 -
CMYK 0.83 0 0.35 0.25
HSL 154.5º 0.71% 0.44% -
HSV(B) 154.5º 0.83% 0.75% -
XYZ 23.08 39.46 25.47 -
YUV 136.41 120.99 53.53 -
System Red Green Blue C M Y K H S L
Decimal 32 192 124 0.83 0 0.35 0.25 154.5 0.71 0.44
Hex 20 C0 7C 53 0 23 19 9A 47 2C
Octal 40 300 174 123 0 43 31 232 107 54
Binary 100000 11000000 1111100 1010011 0 100011 11001 10011010 1000111 101100

Color Harmonies of #20C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C07C

Black with #20C07C

Text Example


Text Example

White with #20C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,192,124); }

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

background-color css

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

 a { background-color: rgb(32,192,124); }

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

border-color css

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

 span { border-color: rgb(32,192,124); }

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