#19C292

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

Shades of Mountain Meadow #19C292

Tints of Mountain Meadow #19C292

Color information

#19C292 (or 0x19C292) is unknown color: approx Mountain Meadow. HEX triplet: 19, C2 and 92. RGB value is (25,194,146). Sum of RGB (Red+Green+Blue) = 25+194+146=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #19C292 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C292 is #E63D6D. Grayscale: #8A8A8A. Windows color (decimal): -15089006 or 9617945. OLE color: 9617945.

HSL color Cylindrical-coordinate representation of color #19C292: hue angle of 162.96º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C292 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB25194146-
CMYK0.8700.250.24
HSL162.96º77.17%42.94%-
HSV(B)162.96º87.11%76.08%-
XYZ24.8840.8733.77-
YUV138132.5147.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.85%
GREEN value IS 194 (76.17% from 255) = 53.15%
BLUE value IS 146 (57.42% from 255) = 40%
R=6.85%
G=53.15%
B=40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251941460.8700.250.24162.9677.1742.94
Hex19C2925701918a34d2b
Octal313022221270313024311553
Binary110011100001010010010101011101100111000101000111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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