#19AE92

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

Shades of Mountain Meadow #19AE92

Tints of Mountain Meadow #19AE92

Color information

#19AE92 (or 0x19AE92) is unknown color: approx Mountain Meadow. HEX triplet: 19, AE and 92. RGB value is (25,174,146). Sum of RGB (Red+Green+Blue) = 25+174+146=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AE92 is #E6516D. Grayscale: #7E7E7E. Windows color (decimal): -15094126 or 9612825. OLE color: 9612825.

HSL color Cylindrical-coordinate representation of color #19AE92: hue angle of 168.72º 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 #19AE92 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB25174146-
CMYK0.8600.160.32
HSL168.72º74.87%39.02%-
HSV(B)168.72º85.63%68.24%-
XYZ20.7332.5532.39-
YUV126.26139.1455.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.25%
GREEN value IS 174 (68.36% from 255) = 50.43%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=7.25%
G=50.43%
B=42.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251741460.8600.160.32168.7274.8739.02
Hex19AE925601020a94b27
Octal312562221260204025111347
Binary1100110101110100100101010110010000100000101010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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