Html Css Color HEX #20C38B Mountain Meadow

📋 copy color: '#20C38B'

red 32 ◦ green 195 ◦ blue 139

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

Shades of Mountain Meadow #20C38B

Tints of Mountain Meadow #20C38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 8.74%
G = 53.28%
B = 37.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#20C38B (or 0x20C38B) is known color: Mountain Meadow. HEX triplet: 20, C3 and 8B. RGB value is (32,195,139). Sum of RGB (Red+Green+Blue) = 32+195+139=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #20C38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C38B is #DF3C74. Grayscale: #8B8B8B. Windows color (decimal): -14630005 or 9159456. OLE color: 9159456.

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

Color convert

RGB 32 195 139 -
CMYK 0.84 0 0.29 0.24
HSL 159.39º 0.72% 0.45% -
HSV(B) 159.39º 0.84% 0.76% -
XYZ 24.77 41.2 31.07 -
YUV 139.88 127.5 51.05 -
System Red Green Blue C M Y K H S L
Decimal 32 195 139 0.84 0 0.29 0.24 159.39 0.72 0.45
Hex 20 C3 8B 54 0 1D 18 9F 48 2D
Octal 40 303 213 124 0 35 30 237 110 55
Binary 100000 11000011 10001011 1010100 0 11101 11000 10011111 1001000 101101

Color Harmonies of #20C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C38B

Black with #20C38B

Text Example


Text Example

White with #20C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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