#19ac92

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

Shades of Mountain Meadow #19AC92

Tints of Mountain Meadow #19AC92

Color information

#19AC92 (or 0x19AC92) is unknown color: approx Mountain Meadow. HEX triplet: 19, AC and 92. RGB value is (25,172,146). Sum of RGB (Red+Green+Blue) = 25+172+146=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AC92 is #E6536D. Grayscale: #7D7D7D. Windows color (decimal): -15094638 or 9612313. OLE color: 9612313.

HSL color Cylindrical-coordinate representation of color #19AC92: hue angle of 169.39º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC92 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB25172146-
CMYK0.8500.150.33
HSL169.39º74.62%38.63%-
HSV(B)169.39º85.47%67.45%-
XYZ20.3431.7932.26-
YUV125.08139.856.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.29%
GREEN value IS 172 (67.58% from 255) = 50.15%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=7.29%
G=50.15%
B=42.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251721460.8500.150.33169.3974.6238.63
Hex19AC92550F21a94b27
Octal312542221250174125111347
Binary110011010110010010010101010101111100001101010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19ac92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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