#13AD6C

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

Shades of Jade #13AD6C

Tints of Jade #13AD6C

Color information

#13AD6C (or 0x13AD6C) is unknown color: approx Jade. HEX triplet: 13, AD and 6C. RGB value is (19,173,108). Sum of RGB (Red+Green+Blue) = 19+173+108=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD6C is #EC5293. Grayscale: #777777. Windows color (decimal): -15487636 or 7122195. OLE color: 7122195.

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

Color convert

RGB19173108-
CMYK0.8900.380.32
HSL154.68º80.21%37.65%-
HSV(B)154.68º89.02%67.84%-
XYZ17.9231.1119.25-
YUV119.54121.4856.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.33%
GREEN value IS 173 (67.97% from 255) = 57.67%
BLUE value IS 108 (42.58% from 255) = 36%
R=6.33%
G=57.67%
B=36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191731080.8900.380.32154.6880.2137.65
Hex13AD6C59026209b5026
Octal232551541310464023312046
Binary1001110101101110110010110010100110100000100110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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