#13A66D

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

Shades of Jade #13A66D

Tints of Jade #13A66D

Color information

#13A66D (or 0x13A66D) is unknown color: approx Jade. HEX triplet: 13, A6 and 6D. RGB value is (19,166,109). Sum of RGB (Red+Green+Blue) = 19+166+109=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #13A66D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A66D is #EC5992. Grayscale: #737373. Windows color (decimal): -15489427 or 7185939. OLE color: 7185939.

HSL color Cylindrical-coordinate representation of color #13A66D: hue angle of 156.73º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A66D is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB19166109-
CMYK0.8900.340.35
HSL156.73º79.46%36.27%-
HSV(B)156.73º88.55%65.1%-
XYZ16.6728.5219.09-
YUV115.55124.359.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.46%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=6.46%
G=56.46%
B=37.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal191661090.8900.340.35156.7379.4636.27
Hex13A66D59022239d4f24
Octal232461551310424323511744
Binary1001110100110110110110110010100010100011100111011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,166,109); }

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

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

 a { background-color: rgb(19,166,109); }

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

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

 span { border-color: rgb(19,166,109); }

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