Html Css Color HEX #13AD75 Mountain Meadow

📋 copy color: '#13AD75'

red 19 ◦ green 173 ◦ blue 117

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

Shades of Mountain Meadow #13AD75

Tints of Mountain Meadow #13AD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 6.15%
G = 55.99%
B = 37.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#13AD75 (or 0x13AD75) is known color: Mountain Meadow. HEX triplet: 13, AD and 75. RGB value is (19,173,117). Sum of RGB (Red+Green+Blue) = 19+173+117=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD75 is #EC528A. Grayscale: #787878. Windows color (decimal): -15487627 or 7712019. OLE color: 7712019.

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

Color convert

RGB 19 173 117 -
CMYK 0.89 0 0.32 0.32
HSL 158.18º 0.8% 0.38% -
HSV(B) 158.18º 0.89% 0.68% -
XYZ 18.42 31.31 21.9 -
YUV 120.57 125.98 55.55 -
System Red Green Blue C M Y K H S L
Decimal 19 173 117 0.89 0 0.32 0.32 158.18 0.8 0.38
Hex 13 AD 75 59 0 20 20 9E 50 26
Octal 23 255 165 131 0 40 40 236 120 46
Binary 10011 10101101 1110101 1011001 0 100000 100000 10011110 1010000 100110

Color Harmonies of #13AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD75

Black with #13AD75

Text Example


Text Example

White with #13AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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