#14AD66

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

Shades of Jade #14AD66

Tints of Jade #14AD66

Color information

#14AD66 (or 0x14AD66) is unknown color: approx Jade. HEX triplet: 14, AD and 66. RGB value is (20,173,102). Sum of RGB (Red+Green+Blue) = 20+173+102=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD66 is #EB5299. Grayscale: #777777. Windows color (decimal): -15422106 or 6728980. OLE color: 6728980.

HSL color Cylindrical-coordinate representation of color #14AD66: hue angle of 152.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD66 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB20173102-
CMYK0.8800.410.32
HSL152.16º79.27%37.84%-
HSV(B)152.16º88.44%67.84%-
XYZ17.633117.62-
YUV119.16118.3157.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 173 (67.97% from 255) = 58.64%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=6.78%
G=58.64%
B=34.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201731020.8800.410.32152.1679.2737.84
Hex14AD665802920984f26
Octal242551461300514023011746
Binary1010010101101110011010110000101001100000100110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,173,102); }

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

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

 a { background-color: rgb(20,173,102); }

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

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

 span { border-color: rgb(20,173,102); }

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