#13AE7A

Color #13AE7A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13AE7A

Tints of Mountain Meadow #13AE7A

Color information

#13AE7A (or 0x13AE7A) is unknown color: approx Mountain Meadow. HEX triplet: 13, AE and 7A. RGB value is (19,174,122). Sum of RGB (Red+Green+Blue) = 19+174+122=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE7A is #EC5185. Grayscale: #797979. Windows color (decimal): -15487366 or 8039955. OLE color: 8039955.

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

Color convert

RGB19174122-
CMYK0.8900.300.32
HSL159.87º80.31%37.84%-
HSV(B)159.87º89.08%68.24%-
XYZ18.9231.8223.56-
YUV121.73128.1554.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.03%
GREEN value IS 174 (68.36% from 255) = 55.24%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=6.03%
G=55.24%
B=38.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191741220.8900.300.32159.8780.3137.84
Hex13AE7A5901E20a05026
Octal232561721310364024012046
Binary100111010111011110101011001011110100000101000001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13AE7A;
 }
 .AnyTagClassName
 {
   color: #13AE7A;
 }
</style>
background-color css

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

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

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

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

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

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