Html Css Color HEX #13AE90 Mountain Meadow

📋 copy color: '#13AE90'

red 19 ◦ green 174 ◦ blue 144

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

Shades of Mountain Meadow #13AE90

Tints of Mountain Meadow #13AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.63%

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

R = 5.64%
G = 51.63%
B = 42.73%

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

#13AE90 (or 0x13AE90) is known color: Mountain Meadow. HEX triplet: 13, AE and 90. RGB value is (19,174,144). Sum of RGB (Red+Green+Blue) = 19+174+144=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AE90 is #EC516F. Grayscale: #7C7C7C. Windows color (decimal): -15487344 or 9481747. OLE color: 9481747.

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

Color convert

RGB 19 174 144 -
CMYK 0.89 0 0.17 0.32
HSL 168.39º 0.8% 0.38% -
HSV(B) 168.39º 0.89% 0.68% -
XYZ 20.44 32.42 31.57 -
YUV 124.24 139.15 52.94 -
System Red Green Blue C M Y K H S L
Decimal 19 174 144 0.89 0 0.17 0.32 168.39 0.8 0.38
Hex 13 AE 90 59 0 11 20 A8 50 26
Octal 23 256 220 131 0 21 40 250 120 46
Binary 10011 10101110 10010000 1011001 0 10001 100000 10101000 1010000 100110

Color Harmonies of #13AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AE90

Black with #13AE90

Text Example


Text Example

White with #13AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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