#13AE79

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

Shades of Mountain Meadow #13AE79

Tints of Mountain Meadow #13AE79

Color information

#13AE79 (or 0x13AE79) is unknown color: approx Mountain Meadow. HEX triplet: 13, AE and 79. RGB value is (19,174,121). Sum of RGB (Red+Green+Blue) = 19+174+121=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE79 is #EC5186. Grayscale: #797979. Windows color (decimal): -15487367 or 7974419. OLE color: 7974419.

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

Color convert

RGB19174121-
CMYK0.8900.300.32
HSL159.48º80.31%37.84%-
HSV(B)159.48º89.08%68.24%-
XYZ18.8631.7923.23-
YUV121.61127.6554.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.05%
GREEN value IS 174 (68.36% from 255) = 55.41%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=6.05%
G=55.41%
B=38.54%

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
Decimal191741210.8900.300.32159.4880.3137.84
Hex13AE795901E209f5026
Octal232561711310364023712046
Binary100111010111011110011011001011110100000100111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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