Html Css Color HEX #13AD90 Mountain Meadow

📋 copy color: '#13AD90'

red 19 ◦ green 173 ◦ blue 144

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

Shades of Mountain Meadow #13AD90

Tints of Mountain Meadow #13AD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 5.65%
G = 51.49%
B = 42.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#13AD90 (or 0x13AD90) is known color: Mountain Meadow. HEX triplet: 13, AD and 90. RGB value is (19,173,144). Sum of RGB (Red+Green+Blue) = 19+173+144=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AD90 is #EC526F. Grayscale: #7B7B7B. Windows color (decimal): -15487600 or 9481491. OLE color: 9481491.

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

Color convert

RGB 19 173 144 -
CMYK 0.89 0 0.17 0.32
HSL 168.7º 0.8% 0.38% -
HSV(B) 168.7º 0.89% 0.68% -
XYZ 20.25 32.04 31.5 -
YUV 123.65 139.48 53.36 -
System Red Green Blue C M Y K H S L
Decimal 19 173 144 0.89 0 0.17 0.32 168.7 0.8 0.38
Hex 13 AD 90 59 0 11 20 A9 50 26
Octal 23 255 220 131 0 21 40 251 120 46
Binary 10011 10101101 10010000 1011001 0 10001 100000 10101001 1010000 100110

Color Harmonies of #13AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD90

Black with #13AD90

Text Example


Text Example

White with #13AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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