#14BD6C

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

Shades of Jade #14BD6C

Tints of Jade #14BD6C

Color information

#14BD6C (or 0x14BD6C) is unknown color: approx Jade. HEX triplet: 14, BD and 6C. RGB value is (20,189,108). Sum of RGB (Red+Green+Blue) = 20+189+108=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BD6C is #EB4293. Grayscale: #818181. Windows color (decimal): -15418004 or 7126292. OLE color: 7126292.

HSL color Cylindrical-coordinate representation of color #14BD6C: hue angle of 151.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD6C is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB20189108-
CMYK0.8900.430.26
HSL151.24º80.86%40.98%-
HSV(B)151.24º89.42%74.12%-
XYZ21.1937.6320.33-
YUV129.24116.0150.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.31%
GREEN value IS 189 (74.22% from 255) = 59.62%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=6.31%
G=59.62%
B=34.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201891080.8900.430.26151.2480.8640.98
Hex14BD6C5902B1A975129
Octal242751541310533222712151
Binary101001011110111011001011001010101111010100101111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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