#19BA64

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

Shades of Jade #19BA64

Tints of Jade #19BA64

Color information

#19BA64 (or 0x19BA64) is unknown color: approx Jade. HEX triplet: 19, BA and 64. RGB value is (25,186,100). Sum of RGB (Red+Green+Blue) = 25+186+100=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA64 is #E6459B. Grayscale: #808080. Windows color (decimal): -15091100 or 6601241. OLE color: 6601241.

HSL color Cylindrical-coordinate representation of color #19BA64: hue angle of 147.95º 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 #19BA64 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB25186100-
CMYK0.8700.460.27
HSL147.95º76.3%41.37%-
HSV(B)147.95º86.56%72.94%-
XYZ20.2636.2417.98-
YUV128.06112.1654.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.04%
GREEN value IS 186 (73.05% from 255) = 59.81%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=8.04%
G=59.81%
B=32.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251861000.8700.460.27147.9576.341.37
Hex19BA645702E1B944c29
Octal312721441270563322411451
Binary110011011101011001001010111010111011011100101001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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