#13BD6C

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

Shades of Jade #13BD6C

Tints of Jade #13BD6C

Color information

#13BD6C (or 0x13BD6C) is unknown color: approx Jade. HEX triplet: 13, BD and 6C. RGB value is (19,189,108). Sum of RGB (Red+Green+Blue) = 19+189+108=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD6C is #EC4293. Grayscale: #818181. Windows color (decimal): -15483540 or 7126291. OLE color: 7126291.

HSL color Cylindrical-coordinate representation of color #13BD6C: hue angle of 151.41º 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 #13BD6C is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB19189108-
CMYK0.9000.430.26
HSL151.41º81.73%40.78%-
HSV(B)151.41º89.95%74.12%-
XYZ21.1737.6220.33-
YUV128.94116.1849.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.01%
GREEN value IS 189 (74.22% from 255) = 59.81%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=6.01%
G=59.81%
B=34.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191891080.9000.430.26151.4181.7340.78
Hex13BD6C5A02B1A975229
Octal232751541320533222712251
Binary100111011110111011001011010010101111010100101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,189,108); }

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

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

 a { background-color: rgb(19,189,108); }

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

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

 span { border-color: rgb(19,189,108); }

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