#13BD64

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

Shades of Jade #13BD64

Tints of Jade #13BD64

Color information

#13BD64 (or 0x13BD64) is unknown color: approx Jade. HEX triplet: 13, BD and 64. RGB value is (19,189,100). Sum of RGB (Red+Green+Blue) = 19+189+100=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD64 is #EC429B. Grayscale: #808080. Windows color (decimal): -15483548 or 6602003. OLE color: 6602003.

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

Color convert

RGB19189100-
CMYK0.9000.470.26
HSL148.59º81.73%40.78%-
HSV(B)148.59º89.95%74.12%-
XYZ20.7737.4518.19-
YUV128.02112.1850.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.17%
GREEN value IS 189 (74.22% from 255) = 61.36%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=6.17%
G=61.36%
B=32.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191891000.9000.470.26148.5981.7340.78
Hex13BD645A02F1A955229
Octal232751441320573222512251
Binary100111011110111001001011010010111111010100101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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