Html Css Color HEX #13C680 Mountain Meadow

📋 copy color: '#13C680'

red 19 ◦ green 198 ◦ blue 128

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

Shades of Mountain Meadow #13C680

Tints of Mountain Meadow #13C680

RGB

 RED value IS 19 (7.81% from 255) = 5.51%

 GREEN value IS 198 (77.73% from 255) = 57.39%

 BLUE value IS 128 (50.39% from 255) = 37.1%

R = 5.51%
G = 57.39%
B = 37.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#13C680 (or 0x13C680) is known color: Mountain Meadow. HEX triplet: 13, C6 and 80. RGB value is (19,198,128). Sum of RGB (Red+Green+Blue) = 19+198+128=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #13C680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C680 is #EC397F. Grayscale: #888888. Windows color (decimal): -15481216 or 8439315. OLE color: 8439315.

HSL color Cylindrical-coordinate representation of color #13C680: hue angle of 156.54º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C680 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 198 128 -
CMYK 0.90 0 0.35 0.22
HSL 156.54º 0.82% 0.43% -
HSV(B) 156.54º 0.9% 0.78% -
XYZ 24.36 42.09 27.26 -
YUV 136.5 123.2 44.19 -
System Red Green Blue C M Y K H S L
Decimal 19 198 128 0.90 0 0.35 0.22 156.54 0.82 0.43
Hex 13 C6 80 5A 0 23 16 9D 52 2B
Octal 23 306 200 132 0 43 26 235 122 53
Binary 10011 11000110 10000000 1011010 0 100011 10110 10011101 1010010 101011

Color Harmonies of #13C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C680

Black with #13C680

Text Example


Text Example

White with #13C680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13C680; }

 p { color: rgb(19,198,128); }

 H1.HeaderClassName
 {
   color: #13C680;
 }
 .AnyTagClassName
 {
   color: #13C680;
 }
</style>

background-color css

<style>
 a { background-color: #13C680; }

 a { background-color: rgb(19,198,128); }

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

border-color css

<style>
 span { border-color: #13C680; }

 span { border-color: rgb(19,198,128); }

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