#19C293

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

Shades of Mountain Meadow #19C293

Tints of Mountain Meadow #19C293

Color information

#19C293 (or 0x19C293) is unknown color: approx Mountain Meadow. HEX triplet: 19, C2 and 93. RGB value is (25,194,147). Sum of RGB (Red+Green+Blue) = 25+194+147=366 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.83% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #19C293 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19C293 is #E63D6C. Grayscale: #8A8A8A. Windows color (decimal): -15089005 or 9683481. OLE color: 9683481.

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

Color convert

RGB25194147-
CMYK0.8700.240.24
HSL163.31º77.17%42.94%-
HSV(B)163.31º87.11%76.08%-
XYZ24.9640.934.18-
YUV138.11133.0147.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.83%
GREEN value IS 194 (76.17% from 255) = 53.01%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=6.83%
G=53.01%
B=40.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251941470.8700.240.24163.3177.1742.94
Hex19C2935701818a34d2b
Octal313022231270303024311553
Binary110011100001010010011101011101100011000101000111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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