Html Css Color HEX #20D07C Mountain Meadow

📋 copy color: '#20D07C'

red 32 ◦ green 208 ◦ blue 124

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

Shades of Mountain Meadow #20D07C

Tints of Mountain Meadow #20D07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.14%

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

R = 8.79%
G = 57.14%
B = 34.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#20D07C (or 0x20D07C) is known color: Mountain Meadow. HEX triplet: 20, D0 and 7C. RGB value is (32,208,124). Sum of RGB (Red+Green+Blue) = 32+208+124=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #20D07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D07C is #DF2F83. Grayscale: #919191. Windows color (decimal): -14626692 or 8179744. OLE color: 8179744.

HSL color Cylindrical-coordinate representation of color #20D07C: hue angle of 151.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D07C is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 208 124 -
CMYK 0.85 0 0.40 0.18
HSL 151.36º 0.73% 0.47% -
HSV(B) 151.36º 0.85% 0.82% -
XYZ 26.79 46.87 26.7 -
YUV 145.8 115.69 46.83 -
System Red Green Blue C M Y K H S L
Decimal 32 208 124 0.85 0 0.40 0.18 151.36 0.73 0.47
Hex 20 D0 7C 55 0 28 12 97 49 2F
Octal 40 320 174 125 0 50 22 227 111 57
Binary 100000 11010000 1111100 1010101 0 101000 10010 10010111 1001001 101111

Color Harmonies of #20D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D07C

Black with #20D07C

Text Example


Text Example

White with #20D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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