Html Css Color HEX #13AD85 Mountain Meadow

📋 copy color: '#13AD85'

red 19 ◦ green 173 ◦ blue 133

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

Shades of Mountain Meadow #13AD85

Tints of Mountain Meadow #13AD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.92%

R = 5.85%
G = 53.23%
B = 40.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#13AD85 (or 0x13AD85) is known color: Mountain Meadow. HEX triplet: 13, AD and 85. RGB value is (19,173,133). Sum of RGB (Red+Green+Blue) = 19+173+133=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AD85 is #EC527A. Grayscale: #7A7A7A. Windows color (decimal): -15487611 or 8760595. OLE color: 8760595.

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

Color convert

RGB 19 173 133 -
CMYK 0.89 0 0.23 0.32
HSL 164.42º 0.8% 0.38% -
HSV(B) 164.42º 0.89% 0.68% -
XYZ 19.45 31.72 27.29 -
YUV 122.39 133.98 54.25 -
System Red Green Blue C M Y K H S L
Decimal 19 173 133 0.89 0 0.23 0.32 164.42 0.8 0.38
Hex 13 AD 85 59 0 17 20 A4 50 26
Octal 23 255 205 131 0 27 40 244 120 46
Binary 10011 10101101 10000101 1011001 0 10111 100000 10100100 1010000 100110

Color Harmonies of #13AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD85

Black with #13AD85

Text Example


Text Example

White with #13AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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