#13AD64

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

Shades of Jade #13AD64

Tints of Jade #13AD64

Color information

#13AD64 (or 0x13AD64) is unknown color: approx Jade. HEX triplet: 13, AD and 64. RGB value is (19,173,100). Sum of RGB (Red+Green+Blue) = 19+173+100=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD64 is #EC529B. Grayscale: #767676. Windows color (decimal): -15487644 or 6597907. OLE color: 6597907.

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

Color convert

RGB19173100-
CMYK0.8900.420.32
HSL151.56º80.21%37.65%-
HSV(B)151.56º89.02%67.84%-
XYZ17.5130.9517.11-
YUV118.63117.4856.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 173 (67.97% from 255) = 59.25%
BLUE value IS 100 (39.45% from 255) = 34.25%
R=6.51%
G=59.25%
B=34.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191731000.8900.420.32151.5680.2137.65
Hex13AD645902A20985026
Octal232551441310524023012046
Binary1001110101101110010010110010101010100000100110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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