#19A868

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

Shades of Jade #19A868

Tints of Jade #19A868

Color information

#19A868 (or 0x19A868) is unknown color: approx Jade. HEX triplet: 19, A8 and 68. RGB value is (25,168,104). Sum of RGB (Red+Green+Blue) = 25+168+104=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 168 (66.02% from 255 or 56.57% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 168 - color contains mainly: green. Hex color #19A868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A868 is #E65797. Grayscale: #767676. Windows color (decimal): -15095704 or 6858777. OLE color: 6858777.

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

Color convert

RGB25168104-
CMYK0.8500.380.34
HSL153.15º74.09%37.84%-
HSV(B)153.15º85.12%65.88%-
XYZ16.929.2117.84-
YUV117.95120.1261.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.42%
GREEN value IS 168 (66.02% from 255) = 56.57%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=8.42%
G=56.57%
B=35.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal251681040.8500.380.34153.1574.0937.84
Hex19A8685502622994a26
Octal312501501250464223111246
Binary1100110101000110100010101010100110100010100110011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,168,104); }

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

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

 a { background-color: rgb(25,168,104); }

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

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

 span { border-color: rgb(25,168,104); }

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