Html Css Color HEX #20C98A Mountain Meadow

📋 copy color: '#20C98A'

red 32 ◦ green 201 ◦ blue 138

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

Shades of Mountain Meadow #20C98A

Tints of Mountain Meadow #20C98A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.18%

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 8.63%
G = 54.18%
B = 37.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#20C98A (or 0x20C98A) is known color: Mountain Meadow. HEX triplet: 20, C9 and 8A. RGB value is (32,201,138). Sum of RGB (Red+Green+Blue) = 32+201+138=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #20C98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C98A is #DF3675. Grayscale: #8F8F8F. Windows color (decimal): -14628470 or 9095456. OLE color: 9095456.

HSL color Cylindrical-coordinate representation of color #20C98A: hue angle of 157.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C98A is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 138 -
CMYK 0.84 0 0.31 0.21
HSL 157.63º 0.73% 0.46% -
HSV(B) 157.63º 0.84% 0.79% -
XYZ 26.07 43.92 31.15 -
YUV 143.29 125.01 48.62 -
System Red Green Blue C M Y K H S L
Decimal 32 201 138 0.84 0 0.31 0.21 157.63 0.73 0.46
Hex 20 C9 8A 54 0 1F 15 9E 49 2E
Octal 40 311 212 124 0 37 25 236 111 56
Binary 100000 11001001 10001010 1010100 0 11111 10101 10011110 1001001 101110

Color Harmonies of #20C98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C98A

Black with #20C98A

Text Example


Text Example

White with #20C98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,201,138); }

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

background-color css

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

 a { background-color: rgb(32,201,138); }

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

border-color css

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

 span { border-color: rgb(32,201,138); }

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