#19B564

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

Shades of Jade #19B564

Tints of Jade #19B564

Color information

#19B564 (or 0x19B564) is unknown color: approx Jade. HEX triplet: 19, B5 and 64. RGB value is (25,181,100). Sum of RGB (Red+Green+Blue) = 25+181+100=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #19B564 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B564 is #E64A9B. Grayscale: #7D7D7D. Windows color (decimal): -15092380 or 6599961. OLE color: 6599961.

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

Color convert

RGB25181100-
CMYK0.8600.450.29
HSL148.85º75.73%40.39%-
HSV(B)148.85º86.19%70.98%-
XYZ19.2334.1717.64-
YUV125.12113.8256.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.17%
GREEN value IS 181 (71.09% from 255) = 59.15%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=8.17%
G=59.15%
B=32.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251811000.8600.450.29148.8575.7340.39
Hex19B5645602D1D954c28
Octal312651441260553522511450
Binary110011011010111001001010110010110111101100101011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19B564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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