#19B480

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

Shades of Mountain Meadow #19B480

Tints of Mountain Meadow #19B480

Color information

#19B480 (or 0x19B480) is unknown color: approx Mountain Meadow. HEX triplet: 19, B4 and 80. RGB value is (25,180,128). Sum of RGB (Red+Green+Blue) = 25+180+128=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #19B480 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B480 is #E64B7F. Grayscale: #7F7F7F. Windows color (decimal): -15092608 or 8434713. OLE color: 8434713.

HSL color Cylindrical-coordinate representation of color #19B480: hue angle of 159.87º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B480 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB25180128-
CMYK0.8600.290.29
HSL159.87º75.61%40.2%-
HSV(B)159.87º86.11%70.59%-
XYZ20.6234.4125.98-
YUV127.73128.1554.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.51%
GREEN value IS 180 (70.70% from 255) = 54.05%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=7.51%
G=54.05%
B=38.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251801280.8600.290.29159.8775.6140.2
Hex19B4805601D1Da04c28
Octal312642001260353524011450
Binary110011011010010000000101011001110111101101000001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,180,128); }

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

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

 a { background-color: rgb(25,180,128); }

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

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

 span { border-color: rgb(25,180,128); }

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