Html Css Color HEX #20C195 Mountain Meadow

📋 copy color: '#20C195'

red 32 ◦ green 193 ◦ blue 149

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

Shades of Mountain Meadow #20C195

Tints of Mountain Meadow #20C195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 8.56%
G = 51.6%
B = 39.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#20C195 (or 0x20C195) is known color: Mountain Meadow. HEX triplet: 20, C1 and 95. RGB value is (32,193,149). Sum of RGB (Red+Green+Blue) = 32+193+149=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #20C195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C195 is #DF3E6A. Grayscale: #8B8B8B. Windows color (decimal): -14630507 or 9814304. OLE color: 9814304.

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

Color convert

RGB 32 193 149 -
CMYK 0.83 0 0.23 0.24
HSL 163.6º 0.72% 0.44% -
HSV(B) 163.6º 0.83% 0.76% -
XYZ 25.09 40.62 34.95 -
YUV 139.85 133.16 51.08 -
System Red Green Blue C M Y K H S L
Decimal 32 193 149 0.83 0 0.23 0.24 163.6 0.72 0.44
Hex 20 C1 95 53 0 17 18 A4 48 2C
Octal 40 301 225 123 0 27 30 244 110 54
Binary 100000 11000001 10010101 1010011 0 10111 11000 10100100 1001000 101100

Color Harmonies of #20C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C195

Black with #20C195

Text Example


Text Example

White with #20C195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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