Html Css Color HEX #13AD7C Mountain Meadow

📋 copy color: '#13AD7C'

red 19 ◦ green 173 ◦ blue 124

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

Shades of Mountain Meadow #13AD7C

Tints of Mountain Meadow #13AD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.75%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 6.01%
G = 54.75%
B = 39.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#13AD7C (or 0x13AD7C) is known color: Mountain Meadow. HEX triplet: 13, AD and 7C. RGB value is (19,173,124). Sum of RGB (Red+Green+Blue) = 19+173+124=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD7C is #EC5283. Grayscale: #797979. Windows color (decimal): -15487620 or 8170771. OLE color: 8170771.

HSL color Cylindrical-coordinate representation of color #13AD7C: hue angle of 160.91º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD7C is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 173 124 -
CMYK 0.89 0 0.28 0.32
HSL 160.91º 0.8% 0.38% -
HSV(B) 160.91º 0.89% 0.68% -
XYZ 18.85 31.48 24.15 -
YUV 121.37 129.48 54.98 -
System Red Green Blue C M Y K H S L
Decimal 19 173 124 0.89 0 0.28 0.32 160.91 0.8 0.38
Hex 13 AD 7C 59 0 1C 20 A1 50 26
Octal 23 255 174 131 0 34 40 241 120 46
Binary 10011 10101101 1111100 1011001 0 11100 100000 10100001 1010000 100110

Color Harmonies of #13AD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD7C

Black with #13AD7C

Text Example


Text Example

White with #13AD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,173,124); }

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

background-color css

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

 a { background-color: rgb(19,173,124); }

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

border-color css

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

 span { border-color: rgb(19,173,124); }

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