Html Css Color HEX #13AC90 Mountain Meadow

📋 copy color: '#13AC90'

red 19 ◦ green 172 ◦ blue 144

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

Shades of Mountain Meadow #13AC90

Tints of Mountain Meadow #13AC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.34%

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

R = 5.67%
G = 51.34%
B = 42.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#13AC90 (or 0x13AC90) is known color: Mountain Meadow. HEX triplet: 13, AC and 90. RGB value is (19,172,144). Sum of RGB (Red+Green+Blue) = 19+172+144=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AC90 is #EC536F. Grayscale: #7B7B7B. Windows color (decimal): -15487856 or 9481235. OLE color: 9481235.

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

Color convert

RGB 19 172 144 -
CMYK 0.89 0 0.16 0.33
HSL 169.02º 0.8% 0.37% -
HSV(B) 169.02º 0.89% 0.67% -
XYZ 20.06 31.66 31.44 -
YUV 123.06 139.81 53.78 -
System Red Green Blue C M Y K H S L
Decimal 19 172 144 0.89 0 0.16 0.33 169.02 0.8 0.37
Hex 13 AC 90 59 0 10 21 A9 50 25
Octal 23 254 220 131 0 20 41 251 120 45
Binary 10011 10101100 10010000 1011001 0 10000 100001 10101001 1010000 100101

Color Harmonies of #13AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC90

Black with #13AC90

Text Example


Text Example

White with #13AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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