Html Css Color HEX #20C07F Mountain Meadow

📋 copy color: '#20C07F'

red 32 ◦ green 192 ◦ blue 127

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

Shades of Mountain Meadow #20C07F

Tints of Mountain Meadow #20C07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.18%

R = 9.12%
G = 54.7%
B = 36.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#20C07F (or 0x20C07F) is known color: Mountain Meadow. HEX triplet: 20, C0 and 7F. RGB value is (32,192,127). Sum of RGB (Red+Green+Blue) = 32+192+127=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #20C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C07F is #DF3F80. Grayscale: #888888. Windows color (decimal): -14630785 or 8372256. OLE color: 8372256.

HSL color Cylindrical-coordinate representation of color #20C07F: hue angle of 155.62º 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 #20C07F is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 127 -
CMYK 0.83 0 0.34 0.25
HSL 155.63º 0.71% 0.44% -
HSV(B) 155.63º 0.83% 0.75% -
XYZ 23.28 39.54 26.48 -
YUV 136.75 122.49 53.29 -
System Red Green Blue C M Y K H S L
Decimal 32 192 127 0.83 0 0.34 0.25 155.63 0.71 0.44
Hex 20 C0 7F 53 0 22 19 9C 47 2C
Octal 40 300 177 123 0 42 31 234 107 54
Binary 100000 11000000 1111111 1010011 0 100010 11001 10011100 1000111 101100

Color Harmonies of #20C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C07F

Black with #20C07F

Text Example


Text Example

White with #20C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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