#19B464

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

Shades of Jade #19B464

Tints of Jade #19B464

Color information

#19B464 (or 0x19B464) is unknown color: approx Jade. HEX triplet: 19, B4 and 64. RGB value is (25,180,100). Sum of RGB (Red+Green+Blue) = 25+180+100=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #19B464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B464 is #E64B9B. Grayscale: #7C7C7C. Windows color (decimal): -15092636 or 6599705. OLE color: 6599705.

HSL color Cylindrical-coordinate representation of color #19B464: hue angle of 149.03º 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 #19B464 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB25180100-
CMYK0.8600.440.29
HSL149.03º75.61%40.2%-
HSV(B)149.03º86.11%70.59%-
XYZ19.0233.7717.57-
YUV124.54114.1557-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.20%
GREEN value IS 180 (70.70% from 255) = 59.02%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=8.20%
G=59.02%
B=32.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251801000.8600.440.29149.0375.6140.2
Hex19B4645602C1D954c28
Octal312641441260543522511450
Binary110011011010011001001010110010110011101100101011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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