#19A766

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

Shades of Jade #19A766

Tints of Jade #19A766

Color information

#19A766 (or 0x19A766) is unknown color: approx Jade. HEX triplet: 19, A7 and 66. RGB value is (25,167,102). Sum of RGB (Red+Green+Blue) = 25+167+102=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #19A766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A766 is #E65899. Grayscale: #757575. Windows color (decimal): -15095962 or 6727449. OLE color: 6727449.

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

Color convert

RGB25167102-
CMYK0.8500.390.35
HSL152.54º73.96%37.65%-
HSV(B)152.54º85.03%65.49%-
XYZ16.6228.817.25-
YUV117.13119.4662.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.50%
GREEN value IS 167 (65.62% from 255) = 56.80%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=8.50%
G=56.80%
B=34.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal251671020.8500.390.35152.5473.9637.65
Hex19A7665502723994a26
Octal312471461250474323111246
Binary1100110100111110011010101010100111100011100110011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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