#19AE6C

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

Shades of Jade #19AE6C

Tints of Jade #19AE6C

Color information

#19AE6C (or 0x19AE6C) is unknown color: approx Jade. HEX triplet: 19, AE and 6C. RGB value is (25,174,108). Sum of RGB (Red+Green+Blue) = 25+174+108=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AE6C is #E65193. Grayscale: #7A7A7A. Windows color (decimal): -15094164 or 7122457. OLE color: 7122457.

HSL color Cylindrical-coordinate representation of color #19AE6C: hue angle of 153.42º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AE6C is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB25174108-
CMYK0.8600.380.32
HSL153.42º74.87%39.02%-
HSV(B)153.42º85.63%68.24%-
XYZ18.2431.5619.32-
YUV121.92120.1458.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.14%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=8.14%
G=56.68%
B=35.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251741080.8600.380.32153.4274.8739.02
Hex19AE6C5602620994b27
Octal312561541260464023111347
Binary1100110101110110110010101100100110100000100110011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,174,108); }

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

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

 a { background-color: rgb(25,174,108); }

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

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

 span { border-color: rgb(25,174,108); }

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