#13AD70

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

Shades of Jade #13AD70

Tints of Jade #13AD70

Color information

#13AD70 (or 0x13AD70) is unknown color: approx Jade. HEX triplet: 13, AD and 70. RGB value is (19,173,112). Sum of RGB (Red+Green+Blue) = 19+173+112=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD70 is #EC528F. Grayscale: #787878. Windows color (decimal): -15487632 or 7384339. OLE color: 7384339.

HSL color Cylindrical-coordinate representation of color #13AD70: hue angle of 156.23º 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 #13AD70 is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB19173112-
CMYK0.8900.350.32
HSL156.23º80.21%37.65%-
HSV(B)156.23º89.02%67.84%-
XYZ18.1431.220.39-
YUV120123.4855.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.25%
GREEN value IS 173 (67.97% from 255) = 56.91%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=6.25%
G=56.91%
B=36.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191731120.8900.350.32156.2380.2137.65
Hex13AD7059023209c5026
Octal232551601310434023412046
Binary1001110101101111000010110010100011100000100111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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