#13B46E

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

Shades of Jade #13B46E

Tints of Jade #13B46E

Color information

#13B46E (or 0x13B46E) is unknown color: approx Jade. HEX triplet: 13, B4 and 6E. RGB value is (19,180,110). Sum of RGB (Red+Green+Blue) = 19+180+110=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #13B46E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B46E is #EC4B91. Grayscale: #7B7B7B. Windows color (decimal): -15485842 or 7255059. OLE color: 7255059.

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

Color convert

RGB19180110-
CMYK0.8900.390.29
HSL153.91º80.9%39.02%-
HSV(B)153.91º89.44%70.59%-
XYZ19.433.9120.27-
YUV123.88120.1653.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 180 (70.70% from 255) = 58.25%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=6.15%
G=58.25%
B=35.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191801100.8900.390.29153.9180.939.02
Hex13B46E590271D9a5127
Octal232641561310473523212147
Binary100111011010011011101011001010011111101100110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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