#14BF63

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

Shades of Jade #14BF63

Tints of Jade #14BF63

Color information

#14BF63 (or 0x14BF63) is unknown color: approx Jade. HEX triplet: 14, BF and 63. RGB value is (20,191,99). Sum of RGB (Red+Green+Blue) = 20+191+99=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BF63 is #EB409C. Grayscale: #818181. Windows color (decimal): -15417501 or 6536980. OLE color: 6536980.

HSL color Cylindrical-coordinate representation of color #14BF63: hue angle of 147.72º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF63 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB2019199-
CMYK0.9000.480.25
HSL147.72º81.04%41.37%-
HSV(B)147.72º89.53%74.9%-
XYZ21.1738.3118.08-
YUV129.38110.8549.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.45%
GREEN value IS 191 (75% from 255) = 61.61%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=6.45%
G=61.61%
B=31.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20191990.9000.480.25147.7281.0441.37
Hex14BF635A03019945129
Octal242771431320603122412151
Binary101001011111111000111011010011000011001100101001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14BF63; }

 p { color: rgb(20,191,99); }

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

<style>
 a { background-color: #14BF63; }

 a { background-color: rgb(20,191,99); }

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

<style>
 span { border-color: #14BF63; }

 span { border-color: rgb(20,191,99); }

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