#19BA6A

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

Shades of Mountain Meadow #19BA6A

Tints of Mountain Meadow #19BA6A

Color information

#19BA6A (or 0x19BA6A) is unknown color: approx Mountain Meadow. HEX triplet: 19, BA and 6A. RGB value is (25,186,106). Sum of RGB (Red+Green+Blue) = 25+186+106=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA6A is #E64595. Grayscale: #808080. Windows color (decimal): -15091094 or 6994457. OLE color: 6994457.

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

Color convert

RGB25186106-
CMYK0.8700.430.27
HSL150.19º76.3%41.37%-
HSV(B)150.19º86.56%72.94%-
XYZ20.5636.3719.57-
YUV128.74115.1654-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.89%
GREEN value IS 186 (73.05% from 255) = 58.68%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=7.89%
G=58.68%
B=33.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251861060.8700.430.27150.1976.341.37
Hex19BA6A5702B1B964c29
Octal312721521270533322611451
Binary110011011101011010101010111010101111011100101101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,186,106); }

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

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

 a { background-color: rgb(25,186,106); }

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

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

 span { border-color: rgb(25,186,106); }

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