#13A66F

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

Shades of Jade #13A66F

Tints of Jade #13A66F

Color information

#13A66F (or 0x13A66F) is unknown color: approx Jade. HEX triplet: 13, A6 and 6F. RGB value is (19,166,111). Sum of RGB (Red+Green+Blue) = 19+166+111=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #13A66F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A66F is #EC5990. Grayscale: #737373. Windows color (decimal): -15489425 or 7317011. OLE color: 7317011.

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

Color convert

RGB19166111-
CMYK0.8900.330.35
HSL157.55º79.46%36.27%-
HSV(B)157.55º88.55%65.1%-
XYZ16.7728.5619.67-
YUV115.78125.358.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.42%
GREEN value IS 166 (65.23% from 255) = 56.08%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=6.42%
G=56.08%
B=37.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal191661110.8900.330.35157.5579.4636.27
Hex13A66F59021239e4f24
Octal232461571310414323611744
Binary1001110100110110111110110010100001100011100111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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