#19AD7E

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

Shades of Mountain Meadow #19AD7E

Tints of Mountain Meadow #19AD7E

Color information

#19AD7E (or 0x19AD7E) is unknown color: approx Mountain Meadow. HEX triplet: 19, AD and 7E. RGB value is (25,173,126). Sum of RGB (Red+Green+Blue) = 25+173+126=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #19AD7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AD7E is #E65281. Grayscale: #7B7B7B. Windows color (decimal): -15094402 or 8301849. OLE color: 8301849.

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

Color convert

RGB25173126-
CMYK0.8600.270.32
HSL160.95º74.75%38.82%-
HSV(B)160.95º85.55%67.84%-
XYZ19.1131.624.83-
YUV123.39129.4757.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.72%
GREEN value IS 173 (67.97% from 255) = 53.40%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=7.72%
G=53.40%
B=38.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251731260.8600.270.32160.9574.7538.82
Hex19AD7E5601B20a14b27
Octal312551761260334024111347
Binary110011010110111111101010110011011100000101000011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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