#19AE84

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

Shades of Mountain Meadow #19AE84

Tints of Mountain Meadow #19AE84

Color information

#19AE84 (or 0x19AE84) is unknown color: approx Mountain Meadow. HEX triplet: 19, AE and 84. RGB value is (25,174,132). Sum of RGB (Red+Green+Blue) = 25+174+132=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AE84 is #E6517B. Grayscale: #7C7C7C. Windows color (decimal): -15094140 or 8695321. OLE color: 8695321.

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

Color convert

RGB25174132-
CMYK0.8600.240.32
HSL163.09º74.87%39.02%-
HSV(B)163.09º85.63%68.24%-
XYZ19.732.1427-
YUV124.66132.1456.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.55%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=7.55%
G=52.57%
B=39.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251741320.8600.240.32163.0974.8739.02
Hex19AE845601820a34b27
Octal312562041260304024311347
Binary1100110101110100001001010110011000100000101000111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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