Html Css Color HEX #13AD7A Mountain Meadow

📋 copy color: '#13AD7A'

red 19 ◦ green 173 ◦ blue 122

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

Shades of Mountain Meadow #13AD7A

Tints of Mountain Meadow #13AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 6.05%
G = 55.1%
B = 38.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#13AD7A (or 0x13AD7A) is known color: Mountain Meadow. HEX triplet: 13, AD and 7A. RGB value is (19,173,122). Sum of RGB (Red+Green+Blue) = 19+173+122=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD7A is #EC5285. Grayscale: #797979. Windows color (decimal): -15487622 or 8039699. OLE color: 8039699.

HSL color Cylindrical-coordinate representation of color #13AD7A: hue angle of 160.13º 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 #13AD7A is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 173 122 -
CMYK 0.89 0 0.29 0.32
HSL 160.13º 0.8% 0.38% -
HSV(B) 160.13º 0.89% 0.68% -
XYZ 18.72 31.43 23.49 -
YUV 121.14 128.48 55.15 -
System Red Green Blue C M Y K H S L
Decimal 19 173 122 0.89 0 0.29 0.32 160.13 0.8 0.38
Hex 13 AD 7A 59 0 1D 20 A0 50 26
Octal 23 255 172 131 0 35 40 240 120 46
Binary 10011 10101101 1111010 1011001 0 11101 100000 10100000 1010000 100110

Color Harmonies of #13AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD7A

Black with #13AD7A

Text Example


Text Example

White with #13AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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