#13B46F

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

Shades of Jade #13B46F

Tints of Jade #13B46F

Color information

#13B46F (or 0x13B46F) is unknown color: approx Jade. HEX triplet: 13, B4 and 6F. RGB value is (19,180,111). Sum of RGB (Red+Green+Blue) = 19+180+111=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #13B46F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B46F is #EC4B90. Grayscale: #7C7C7C. Windows color (decimal): -15485841 or 7320595. OLE color: 7320595.

HSL color Cylindrical-coordinate representation of color #13B46F: hue angle of 154.29º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B46F is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB19180111-
CMYK0.8900.380.29
HSL154.29º80.9%39.02%-
HSV(B)154.29º89.44%70.59%-
XYZ19.4633.9320.56-
YUV123.99120.6653.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.13%
GREEN value IS 180 (70.70% from 255) = 58.06%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=6.13%
G=58.06%
B=35.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191801110.8900.380.29154.2980.939.02
Hex13B46F590261D9a5127
Octal232641571310463523212147
Binary100111011010011011111011001010011011101100110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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