#13AB70

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

Shades of Jade #13AB70

Tints of Jade #13AB70

Color information

#13AB70 (or 0x13AB70) is unknown color: approx Jade. HEX triplet: 13, AB and 70. RGB value is (19,171,112). Sum of RGB (Red+Green+Blue) = 19+171+112=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AB70 is #EC548F. Grayscale: #767676. Windows color (decimal): -15488144 or 7383827. OLE color: 7383827.

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

Color convert

RGB19171112-
CMYK0.8900.350.33
HSL156.71º80%37.25%-
HSV(B)156.71º88.89%67.06%-
XYZ17.7630.4320.27-
YUV118.83124.1456.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 171 (67.19% from 255) = 56.62%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=6.29%
G=56.62%
B=37.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191711120.8900.350.33156.718037.25
Hex13AB7059023219d5025
Octal232531601310434123512045
Binary1001110101011111000010110010100011100001100111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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