#13AE75

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

Shades of Mountain Meadow #13AE75

Tints of Mountain Meadow #13AE75

Color information

#13AE75 (or 0x13AE75) is unknown color: approx Mountain Meadow. HEX triplet: 13, AE and 75. RGB value is (19,174,117). Sum of RGB (Red+Green+Blue) = 19+174+117=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 174 (68.36% from 255 or 56.13% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE75 is #EC518A. Grayscale: #797979. Windows color (decimal): -15487371 or 7712275. OLE color: 7712275.

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

Color convert

RGB19174117-
CMYK0.8900.330.32
HSL157.94º80.31%37.84%-
HSV(B)157.94º89.08%68.24%-
XYZ18.6231.6921.97-
YUV121.16125.6555.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.13%
GREEN value IS 174 (68.36% from 255) = 56.13%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=6.13%
G=56.13%
B=37.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191741170.8900.330.32157.9480.3137.84
Hex13AE7559021209e5026
Octal232561651310414023612046
Binary1001110101110111010110110010100001100000100111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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