Html Css Color HEX #13AA90 Mountain Meadow

📋 copy color: '#13AA90'

red 19 ◦ green 170 ◦ blue 144

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

Shades of Mountain Meadow #13AA90

Tints of Mountain Meadow #13AA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.05%

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

R = 5.71%
G = 51.05%
B = 43.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#13AA90 (or 0x13AA90) is known color: Mountain Meadow. HEX triplet: 13, AA and 90. RGB value is (19,170,144). Sum of RGB (Red+Green+Blue) = 19+170+144=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA90 is #EC556F. Grayscale: #797979. Windows color (decimal): -15488368 or 9480723. OLE color: 9480723.

HSL color Cylindrical-coordinate representation of color #13AA90: hue angle of 169.67º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA90 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 170 144 -
CMYK 0.89 0 0.15 0.33
HSL 169.67º 0.8% 0.37% -
HSV(B) 169.67º 0.89% 0.67% -
XYZ 19.68 30.9 31.31 -
YUV 121.89 140.47 54.61 -
System Red Green Blue C M Y K H S L
Decimal 19 170 144 0.89 0 0.15 0.33 169.67 0.8 0.37
Hex 13 AA 90 59 0 F 21 AA 50 25
Octal 23 252 220 131 0 17 41 252 120 45
Binary 10011 10101010 10010000 1011001 0 1111 100001 10101010 1010000 100101

Color Harmonies of #13AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA90

Black with #13AA90

Text Example


Text Example

White with #13AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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