Html Css Color HEX #13AD74 Mountain Meadow

📋 copy color: '#13AD74'

red 19 ◦ green 173 ◦ blue 116

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

Shades of Mountain Meadow #13AD74

Tints of Mountain Meadow #13AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 6.17%
G = 56.17%
B = 37.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#13AD74 (or 0x13AD74) is known color: Mountain Meadow. HEX triplet: 13, AD and 74. RGB value is (19,173,116). Sum of RGB (Red+Green+Blue) = 19+173+116=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD74 is #EC528B. Grayscale: #787878. Windows color (decimal): -15487628 or 7646483. OLE color: 7646483.

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

Color convert

RGB 19 173 116 -
CMYK 0.89 0 0.33 0.32
HSL 157.79º 0.8% 0.38% -
HSV(B) 157.79º 0.89% 0.68% -
XYZ 18.36 31.29 21.59 -
YUV 120.46 125.48 55.63 -
System Red Green Blue C M Y K H S L
Decimal 19 173 116 0.89 0 0.33 0.32 157.79 0.8 0.38
Hex 13 AD 74 59 0 21 20 9E 50 26
Octal 23 255 164 131 0 41 40 236 120 46
Binary 10011 10101101 1110100 1011001 0 100001 100000 10011110 1010000 100110

Color Harmonies of #13AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD74

Black with #13AD74

Text Example


Text Example

White with #13AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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