Html Css Color HEX #20C270 Mountain Meadow

📋 copy color: '#20C270'

red 32 ◦ green 194 ◦ blue 112

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

Shades of Mountain Meadow #20C270

Tints of Mountain Meadow #20C270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.4%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 9.47%
G = 57.4%
B = 33.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#20C270 (or 0x20C270) is known color: Mountain Meadow. HEX triplet: 20, C2 and 70. RGB value is (32,194,112). Sum of RGB (Red+Green+Blue) = 32+194+112=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #20C270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C270 is #DF3D8F. Grayscale: #888888. Windows color (decimal): -14630288 or 7389728. OLE color: 7389728.

HSL color Cylindrical-coordinate representation of color #20C270: hue angle of 149.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C270 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 112 -
CMYK 0.84 0 0.42 0.24
HSL 149.63º 0.72% 0.44% -
HSV(B) 149.63º 0.84% 0.76% -
XYZ 22.81 40.06 21.86 -
YUV 136.21 114.33 53.67 -
System Red Green Blue C M Y K H S L
Decimal 32 194 112 0.84 0 0.42 0.24 149.63 0.72 0.44
Hex 20 C2 70 54 0 2A 18 96 48 2C
Octal 40 302 160 124 0 52 30 226 110 54
Binary 100000 11000010 1110000 1010100 0 101010 11000 10010110 1001000 101100

Color Harmonies of #20C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C270

Black with #20C270

Text Example


Text Example

White with #20C270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,194,112); }

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

background-color css

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

 a { background-color: rgb(32,194,112); }

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

border-color css

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

 span { border-color: rgb(32,194,112); }

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