#19A76F

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

Shades of Jade #19A76F

Tints of Jade #19A76F

Color information

#19A76F (or 0x19A76F) is unknown color: approx Jade. HEX triplet: 19, A7 and 6F. RGB value is (25,167,111). Sum of RGB (Red+Green+Blue) = 25+167+111=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #19A76F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A76F is #E65890. Grayscale: #767676. Windows color (decimal): -15095953 or 7317273. OLE color: 7317273.

HSL color Cylindrical-coordinate representation of color #19A76F: hue angle of 156.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A76F is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB25167111-
CMYK0.8500.340.35
HSL156.34º73.96%37.65%-
HSV(B)156.34º85.03%65.49%-
XYZ17.0928.9919.73-
YUV118.16123.9661.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.25%
GREEN value IS 167 (65.62% from 255) = 55.12%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=8.25%
G=55.12%
B=36.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal251671110.8500.340.35156.3473.9637.65
Hex19A76F55022239c4a26
Octal312471571250424323411246
Binary1100110100111110111110101010100010100011100111001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,167,111); }

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

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

 a { background-color: rgb(25,167,111); }

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

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

 span { border-color: rgb(25,167,111); }

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