#13AE74

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

Shades of Mountain Meadow #13AE74

Tints of Mountain Meadow #13AE74

Color information

#13AE74 (or 0x13AE74) is unknown color: approx Mountain Meadow. HEX triplet: 13, AE and 74. RGB value is (19,174,116). Sum of RGB (Red+Green+Blue) = 19+174+116=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE74 is #EC518B. Grayscale: #797979. Windows color (decimal): -15487372 or 7646739. OLE color: 7646739.

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

Color convert

RGB19174116-
CMYK0.8900.330.32
HSL157.55º80.31%37.84%-
HSV(B)157.55º89.08%68.24%-
XYZ18.5631.6721.66-
YUV121.04125.1555.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 174 (68.36% from 255) = 56.31%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=6.15%
G=56.31%
B=37.54%

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
Decimal191741160.8900.330.32157.5580.3137.84
Hex13AE7459021209e5026
Octal232561641310414023612046
Binary1001110101110111010010110010100001100000100111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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