#13ac6b

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

Shades of Jade #13AC6B

Tints of Jade #13AC6B

Color information

#13AC6B (or 0x13AC6B) is unknown color: approx Jade. HEX triplet: 13, AC and 6B. RGB value is (19,172,107). Sum of RGB (Red+Green+Blue) = 19+172+107=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC6B is #EC5394. Grayscale: #767676. Windows color (decimal): -15487893 or 7056403. OLE color: 7056403.

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

Color convert

RGB19172107-
CMYK0.8900.380.33
HSL154.51º80.1%37.45%-
HSV(B)154.51º88.95%67.45%-
XYZ17.6730.7118.91-
YUV118.84121.3156.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.38%
GREEN value IS 172 (67.58% from 255) = 57.72%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=6.38%
G=57.72%
B=35.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191721070.8900.380.33154.5180.137.45
Hex13AC6B59026219b5025
Octal232541531310464123312045
Binary1001110101100110101110110010100110100001100110111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13ac6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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