#14B06D

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

Shades of Jade #14B06D

Tints of Jade #14B06D

Color information

#14B06D (or 0x14B06D) is unknown color: approx Jade. HEX triplet: 14, B0 and 6D. RGB value is (20,176,109). Sum of RGB (Red+Green+Blue) = 20+176+109=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #14B06D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B06D is #EB4F92. Grayscale: #797979. Windows color (decimal): -15421331 or 7188500. OLE color: 7188500.

HSL color Cylindrical-coordinate representation of color #14B06D: hue angle of 154.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B06D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB20176109-
CMYK0.8900.380.31
HSL154.23º79.59%38.43%-
HSV(B)154.23º88.64%69.02%-
XYZ18.5732.319.72-
YUV121.72120.8255.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 176 (69.14% from 255) = 57.70%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=6.56%
G=57.70%
B=35.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201761090.8900.380.31154.2379.5938.43
Hex14B06D590261F9a5026
Octal242601551310463723212046
Binary101001011000011011011011001010011011111100110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,176,109); }

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

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

 a { background-color: rgb(20,176,109); }

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

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

 span { border-color: rgb(20,176,109); }

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