#19AE82

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

Shades of Mountain Meadow #19AE82

Tints of Mountain Meadow #19AE82

Color information

#19AE82 (or 0x19AE82) is unknown color: approx Mountain Meadow. HEX triplet: 19, AE and 82. RGB value is (25,174,130). Sum of RGB (Red+Green+Blue) = 25+174+130=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AE82 is #E6517D. Grayscale: #7C7C7C. Windows color (decimal): -15094142 or 8564249. OLE color: 8564249.

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

Color convert

RGB25174130-
CMYK0.8600.250.32
HSL162.28º74.87%39.02%-
HSV(B)162.28º85.63%68.24%-
XYZ19.5732.0926.28-
YUV124.43131.1457.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.60%
GREEN value IS 174 (68.36% from 255) = 52.89%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=7.60%
G=52.89%
B=39.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251741300.8600.250.32162.2874.8739.02
Hex19AE825601920a24b27
Octal312562021260314024211347
Binary1100110101110100000101010110011001100000101000101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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