#19A76B

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

Shades of Jade #19A76B

Tints of Jade #19A76B

Color information

#19A76B (or 0x19A76B) is unknown color: approx Jade. HEX triplet: 19, A7 and 6B. RGB value is (25,167,107). Sum of RGB (Red+Green+Blue) = 25+167+107=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 167 (65.62% from 255 or 55.85% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 167 - color contains mainly: green. Hex color #19A76B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A76B is #E65894. Grayscale: #757575. Windows color (decimal): -15095957 or 7055129. OLE color: 7055129.

HSL color Cylindrical-coordinate representation of color #19A76B: hue angle of 154.65º 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 #19A76B is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB25167107-
CMYK0.8500.360.35
HSL154.65º73.96%37.65%-
HSV(B)154.65º85.03%65.49%-
XYZ16.8728.9118.6-
YUV117.7121.9661.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 167 (65.62% from 255) = 55.85%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=8.36%
G=55.85%
B=35.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal251671070.8500.360.35154.6573.9637.65
Hex19A76B55024239b4a26
Octal312471531250444323311246
Binary1100110100111110101110101010100100100011100110111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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