Html Css Color HEX #20BC8C Mountain Meadow

📋 copy color: '#20BC8C'

red 32 ◦ green 188 ◦ blue 140

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

Shades of Mountain Meadow #20BC8C

Tints of Mountain Meadow #20BC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.22%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 8.89%
G = 52.22%
B = 38.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#20BC8C (or 0x20BC8C) is known color: Mountain Meadow. HEX triplet: 20, BC and 8C. RGB value is (32,188,140). Sum of RGB (Red+Green+Blue) = 32+188+140=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BC8C is #DF4373. Grayscale: #878787. Windows color (decimal): -14631796 or 9223200. OLE color: 9223200.

HSL color Cylindrical-coordinate representation of color #20BC8C: hue angle of 161.54º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BC8C is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 188 140 -
CMYK 0.83 0 0.26 0.26
HSL 161.54º 0.71% 0.43% -
HSV(B) 161.54º 0.83% 0.74% -
XYZ 23.31 38.17 30.95 -
YUV 135.88 130.32 53.9 -
System Red Green Blue C M Y K H S L
Decimal 32 188 140 0.83 0 0.26 0.26 161.54 0.71 0.43
Hex 20 BC 8C 53 0 1A 1A A2 47 2B
Octal 40 274 214 123 0 32 32 242 107 53
Binary 100000 10111100 10001100 1010011 0 11010 11010 10100010 1000111 101011

Color Harmonies of #20BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BC8C

Black with #20BC8C

Text Example


Text Example

White with #20BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,188,140); }

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

background-color css

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

 a { background-color: rgb(32,188,140); }

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

border-color css

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

 span { border-color: rgb(32,188,140); }

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