#19AE7E

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

Shades of Mountain Meadow #19AE7E

Tints of Mountain Meadow #19AE7E

Color information

#19AE7E (or 0x19AE7E) is unknown color: approx Mountain Meadow. HEX triplet: 19, AE and 7E. RGB value is (25,174,126). Sum of RGB (Red+Green+Blue) = 25+174+126=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AE7E is #E65181. Grayscale: #7C7C7C. Windows color (decimal): -15094146 or 8302105. OLE color: 8302105.

HSL color Cylindrical-coordinate representation of color #19AE7E: hue angle of 160.67º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AE7E is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB25174126-
CMYK0.8600.280.32
HSL160.67º74.87%39.02%-
HSV(B)160.67º85.63%68.24%-
XYZ19.331.9924.9-
YUV123.98129.1457.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.69%
GREEN value IS 174 (68.36% from 255) = 53.54%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=7.69%
G=53.54%
B=38.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251741260.8600.280.32160.6774.8739.02
Hex19AE7E5601C20a14b27
Octal312561761260344024111347
Binary110011010111011111101010110011100100000101000011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19AE7E; }

 p { color: rgb(25,174,126); }

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

<style>
 a { background-color: #19AE7E; }

 a { background-color: rgb(25,174,126); }

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

<style>
 span { border-color: #19AE7E; }

 span { border-color: rgb(25,174,126); }

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