#19B96C

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

Shades of Mountain Meadow #19B96C

Tints of Mountain Meadow #19B96C

Color information

#19B96C (or 0x19B96C) is unknown color: approx Mountain Meadow. HEX triplet: 19, B9 and 6C. RGB value is (25,185,108). Sum of RGB (Red+Green+Blue) = 25+185+108=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #19B96C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B96C is #E64693. Grayscale: #808080. Windows color (decimal): -15091348 or 7125273. OLE color: 7125273.

HSL color Cylindrical-coordinate representation of color #19B96C: hue angle of 151.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B96C is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB25185108-
CMYK0.8600.420.27
HSL151.12º76.19%41.18%-
HSV(B)151.12º86.49%72.55%-
XYZ20.4635.9920.06-
YUV128.38116.4954.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 185 (72.66% from 255) = 58.18%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=7.86%
G=58.18%
B=33.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251851080.8600.420.27151.1276.1941.18
Hex19B96C5602A1B974c29
Octal312711541260523322711451
Binary110011011100111011001010110010101011011100101111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,185,108); }

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

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

 a { background-color: rgb(25,185,108); }

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

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

 span { border-color: rgb(25,185,108); }

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