#13A76C

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

Shades of Jade #13A76C

Tints of Jade #13A76C

Color information

#13A76C (or 0x13A76C) is unknown color: approx Jade. HEX triplet: 13, A7 and 6C. RGB value is (19,167,108). Sum of RGB (Red+Green+Blue) = 19+167+108=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #13A76C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A76C is #EC5893. Grayscale: #747474. Windows color (decimal): -15489172 or 7120659. OLE color: 7120659.

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

Color convert

RGB19167108-
CMYK0.8900.350.35
HSL156.08º79.57%36.47%-
HSV(B)156.08º88.62%65.49%-
XYZ16.7928.8618.87-
YUV116.02123.4758.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.46%
GREEN value IS 167 (65.62% from 255) = 56.80%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=6.46%
G=56.80%
B=36.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal191671080.8900.350.35156.0879.5736.47
Hex13A76C59023239c5024
Octal232471541310434323412044
Binary1001110100111110110010110010100011100011100111001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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