#13AC64

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

Shades of Jade #13AC64

Tints of Jade #13AC64

Color information

#13AC64 (or 0x13AC64) is unknown color: approx Jade. HEX triplet: 13, AC and 64. RGB value is (19,172,100). Sum of RGB (Red+Green+Blue) = 19+172+100=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC64 is #EC539B. Grayscale: #767676. Windows color (decimal): -15487900 or 6597651. OLE color: 6597651.

HSL color Cylindrical-coordinate representation of color #13AC64: hue angle of 151.76º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC64 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB19172100-
CMYK0.8900.420.33
HSL151.76º80.1%37.45%-
HSV(B)151.76º88.95%67.45%-
XYZ17.3230.5617.04-
YUV118.04117.8157.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 172 (67.58% from 255) = 59.11%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=6.53%
G=59.11%
B=34.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191721000.8900.420.33151.7680.137.45
Hex13AC645902A21985025
Octal232541441310524123012045
Binary1001110101100110010010110010101010100001100110001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AC64; }

 p { color: rgb(19,172,100); }

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

<style>
 a { background-color: #13AC64; }

 a { background-color: rgb(19,172,100); }

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

<style>
 span { border-color: #13AC64; }

 span { border-color: rgb(19,172,100); }

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