#13BC60

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

Shades of Jade #13BC60

Tints of Jade #13BC60

Color information

#13BC60 (or 0x13BC60) is unknown color: approx Jade. HEX triplet: 13, BC and 60. RGB value is (19,188,96). Sum of RGB (Red+Green+Blue) = 19+188+96=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC60 is #EC439F. Grayscale: #7F7F7F. Windows color (decimal): -15483808 or 6339603. OLE color: 6339603.

HSL color Cylindrical-coordinate representation of color #13BC60: hue angle of 147.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC60 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1918896-
CMYK0.9000.490.26
HSL147.34º81.64%40.59%-
HSV(B)147.34º89.89%73.73%-
XYZ20.3636.9517.13-
YUV126.98110.5150.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 188 (73.83% from 255) = 62.05%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=6.27%
G=62.05%
B=31.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19188960.9000.490.26147.3481.6440.59
Hex13BC605A0311A935229
Octal232741401320613222312251
Binary100111011110011000001011010011000111010100100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,188,96); }

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

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

 a { background-color: rgb(19,188,96); }

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

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

 span { border-color: rgb(19,188,96); }

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