#19A866

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

Shades of Jade #19A866

Tints of Jade #19A866

Color information

#19A866 (or 0x19A866) is unknown color: approx Jade. HEX triplet: 19, A8 and 66. RGB value is (25,168,102). Sum of RGB (Red+Green+Blue) = 25+168+102=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #19A866 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A866 is #E65799. Grayscale: #757575. Windows color (decimal): -15095706 or 6727705. OLE color: 6727705.

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

Color convert

RGB25168102-
CMYK0.8500.390.34
HSL152.31º74.09%37.84%-
HSV(B)152.31º85.12%65.88%-
XYZ16.829.1717.32-
YUV117.72119.1261.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.47%
GREEN value IS 168 (66.02% from 255) = 56.95%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=8.47%
G=56.95%
B=34.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal251681020.8500.390.34152.3174.0937.84
Hex19A8665502722984a26
Octal312501461250474223011246
Binary1100110101000110011010101010100111100010100110001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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