#13A26D

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

Shades of Jade #13A26D

Tints of Jade #13A26D

Color information

#13A26D (or 0x13A26D) is unknown color: approx Jade. HEX triplet: 13, A2 and 6D. RGB value is (19,162,109). Sum of RGB (Red+Green+Blue) = 19+162+109=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #13A26D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A26D is #EC5D92. Grayscale: #717171. Windows color (decimal): -15490451 or 7184915. OLE color: 7184915.

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

Color convert

RGB19162109-
CMYK0.8800.330.36
HSL157.76º79.01%35.49%-
HSV(B)157.76º88.27%63.53%-
XYZ15.9527.0818.85-
YUV113.2125.6260.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 162 (63.67% from 255) = 55.86%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=6.55%
G=55.86%
B=37.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191621090.8800.330.36157.7679.0135.49
Hex13A26D58021249e4f23
Octal232421551300414423611743
Binary1001110100010110110110110000100001100100100111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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