#19A96B

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

Shades of Jade #19A96B

Tints of Jade #19A96B

Color information

#19A96B (or 0x19A96B) is unknown color: approx Jade. HEX triplet: 19, A9 and 6B. RGB value is (25,169,107). Sum of RGB (Red+Green+Blue) = 25+169+107=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #19A96B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A96B is #E65694. Grayscale: #767676. Windows color (decimal): -15095445 or 7055641. OLE color: 7055641.

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

Color convert

RGB25169107-
CMYK0.8500.370.34
HSL154.17º74.23%38.04%-
HSV(B)154.17º85.21%66.27%-
XYZ17.2429.6418.72-
YUV118.88121.2961.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.31%
GREEN value IS 169 (66.41% from 255) = 56.15%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=8.31%
G=56.15%
B=35.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal251691070.8500.370.34154.1774.2338.04
Hex19A96B55025229a4a26
Octal312511531250454223211246
Binary1100110101001110101110101010100101100010100110101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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