#14AC65

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

Shades of Jade #14AC65

Tints of Jade #14AC65

Color information

#14AC65 (or 0x14AC65) is unknown color: approx Jade. HEX triplet: 14, AC and 65. RGB value is (20,172,101). Sum of RGB (Red+Green+Blue) = 20+172+101=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AC65 is #EB539A. Grayscale: #767676. Windows color (decimal): -15422363 or 6663188. OLE color: 6663188.

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

Color convert

RGB20172101-
CMYK0.8800.410.33
HSL151.97º79.17%37.65%-
HSV(B)151.97º88.37%67.45%-
XYZ17.3930.5917.3-
YUV118.46118.1457.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.83%
GREEN value IS 172 (67.58% from 255) = 58.70%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=6.83%
G=58.70%
B=34.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201721010.8800.410.33151.9779.1737.65
Hex14AC655802921984f26
Octal242541451300514123011746
Binary1010010101100110010110110000101001100001100110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,172,101); }

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

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

 a { background-color: rgb(20,172,101); }

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

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

 span { border-color: rgb(20,172,101); }

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