#13AC6F

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

Shades of Jade #13AC6F

Tints of Jade #13AC6F

Color information

#13AC6F (or 0x13AC6F) is unknown color: approx Jade. HEX triplet: 13, AC and 6F. RGB value is (19,172,111). Sum of RGB (Red+Green+Blue) = 19+172+111=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC6F is #EC5390. Grayscale: #777777. Windows color (decimal): -15487889 or 7318547. OLE color: 7318547.

HSL color Cylindrical-coordinate representation of color #13AC6F: hue angle of 156.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC6F is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB19172111-
CMYK0.8900.350.33
HSL156.08º80.1%37.45%-
HSV(B)156.08º88.95%67.45%-
XYZ17.8930.7920.04-
YUV119.3123.3156.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=6.29%
G=56.95%
B=36.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191721110.8900.350.33156.0880.137.45
Hex13AC6F59023219c5025
Octal232541571310434123412045
Binary1001110101100110111110110010100011100001100111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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