#14B76A

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

Shades of Jade #14B76A

Tints of Jade #14B76A

Color information

#14B76A (or 0x14B76A) is unknown color: approx Jade. HEX triplet: 14, B7 and 6A. RGB value is (20,183,106). Sum of RGB (Red+Green+Blue) = 20+183+106=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #14B76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B76A is #EB4895. Grayscale: #7D7D7D. Windows color (decimal): -15419542 or 6993684. OLE color: 6993684.

HSL color Cylindrical-coordinate representation of color #14B76A: hue angle of 151.66º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B76A is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB20183106-
CMYK0.8900.420.28
HSL151.66º80.3%39.8%-
HSV(B)151.66º89.07%71.76%-
XYZ19.8235.0619.36-
YUV125.4811752.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.47%
GREEN value IS 183 (71.88% from 255) = 59.22%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=6.47%
G=59.22%
B=34.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201831060.8900.420.28151.6680.339.8
Hex14B76A5902A1C985028
Octal242671521310523423012050
Binary101001011011111010101011001010101011100100110001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,183,106); }

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

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

 a { background-color: rgb(20,183,106); }

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

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

 span { border-color: rgb(20,183,106); }

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