Html Css Color HEX #20C372 Mountain Meadow

📋 copy color: '#20C372'

red 32 ◦ green 195 ◦ blue 114

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

Shades of Mountain Meadow #20C372

Tints of Mountain Meadow #20C372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.18%

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 9.38%
G = 57.18%
B = 33.43%

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

#20C372 (or 0x20C372) is known color: Mountain Meadow. HEX triplet: 20, C3 and 72. RGB value is (32,195,114). Sum of RGB (Red+Green+Blue) = 32+195+114=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #20C372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C372 is #DF3C8D. Grayscale: #898989. Windows color (decimal): -14630030 or 7521056. OLE color: 7521056.

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

Color convert

RGB 32 195 114 -
CMYK 0.84 0 0.42 0.24
HSL 150.18º 0.72% 0.45% -
HSV(B) 150.18º 0.84% 0.76% -
XYZ 23.15 40.55 22.53 -
YUV 137.03 115 53.09 -
System Red Green Blue C M Y K H S L
Decimal 32 195 114 0.84 0 0.42 0.24 150.18 0.72 0.45
Hex 20 C3 72 54 0 2A 18 96 48 2D
Octal 40 303 162 124 0 52 30 226 110 55
Binary 100000 11000011 1110010 1010100 0 101010 11000 10010110 1001000 101101

Color Harmonies of #20C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C372

Black with #20C372

Text Example


Text Example

White with #20C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,195,114); }

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

background-color css

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

 a { background-color: rgb(32,195,114); }

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

border-color css

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

 span { border-color: rgb(32,195,114); }

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