Html Css Color HEX #20C170 Mountain Meadow

📋 copy color: '#20C170'

red 32 ◦ green 193 ◦ blue 112

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

Shades of Mountain Meadow #20C170

Tints of Mountain Meadow #20C170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.27%

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

R = 9.5%
G = 57.27%
B = 33.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#20C170 (or 0x20C170) is known color: Mountain Meadow. HEX triplet: 20, C1 and 70. RGB value is (32,193,112). Sum of RGB (Red+Green+Blue) = 32+193+112=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #20C170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C170 is #DF3E8F. Grayscale: #878787. Windows color (decimal): -14630544 or 7389472. OLE color: 7389472.

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

Color convert

RGB 32 193 112 -
CMYK 0.83 0 0.42 0.24
HSL 149.81º 0.72% 0.44% -
HSV(B) 149.81º 0.83% 0.76% -
XYZ 22.59 39.62 21.79 -
YUV 135.63 114.66 54.09 -
System Red Green Blue C M Y K H S L
Decimal 32 193 112 0.83 0 0.42 0.24 149.81 0.72 0.44
Hex 20 C1 70 53 0 2A 18 96 48 2C
Octal 40 301 160 123 0 52 30 226 110 54
Binary 100000 11000001 1110000 1010011 0 101010 11000 10010110 1001000 101100

Color Harmonies of #20C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C170

Black with #20C170

Text Example


Text Example

White with #20C170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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