#13A66E

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

Shades of Jade #13A66E

Tints of Jade #13A66E

Color information

#13A66E (or 0x13A66E) is unknown color: approx Jade. HEX triplet: 13, A6 and 6E. RGB value is (19,166,110). Sum of RGB (Red+Green+Blue) = 19+166+110=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #13A66E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A66E is #EC5991. Grayscale: #737373. Windows color (decimal): -15489426 or 7251475. OLE color: 7251475.

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

Color convert

RGB19166110-
CMYK0.8900.340.35
HSL157.14º79.46%36.27%-
HSV(B)157.14º88.55%65.1%-
XYZ16.7228.5419.38-
YUV115.66124.859.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.44%
GREEN value IS 166 (65.23% from 255) = 56.27%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=6.44%
G=56.27%
B=37.29%

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
Decimal191661100.8900.340.35157.1479.4636.27
Hex13A66E59022239d4f24
Octal232461561310424323511744
Binary1001110100110110111010110010100010100011100111011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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