#13AE70

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

Shades of Jade #13AE70

Tints of Jade #13AE70

Color information

#13AE70 (or 0x13AE70) is unknown color: approx Jade. HEX triplet: 13, AE and 70. RGB value is (19,174,112). Sum of RGB (Red+Green+Blue) = 19+174+112=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AE70 is #EC518F. Grayscale: #787878. Windows color (decimal): -15487376 or 7384595. OLE color: 7384595.

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

Color convert

RGB19174112-
CMYK0.8900.360.32
HSL156º80.31%37.84%-
HSV(B)156º89.08%68.24%-
XYZ18.3331.5820.46-
YUV120.59123.1555.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.23%
GREEN value IS 174 (68.36% from 255) = 57.05%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=6.23%
G=57.05%
B=36.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191741120.8900.360.3215680.3137.84
Hex13AE7059024209c5026
Octal232561601310444023412046
Binary1001110101110111000010110010100100100000100111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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