#14A56F

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

Shades of Jade #14A56F

Tints of Jade #14A56F

Color information

#14A56F (or 0x14A56F) is unknown color: approx Jade. HEX triplet: 14, A5 and 6F. RGB value is (20,165,111). Sum of RGB (Red+Green+Blue) = 20+165+111=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #14A56F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A56F is #EB5A90. Grayscale: #737373. Windows color (decimal): -15424145 or 7316756. OLE color: 7316756.

HSL color Cylindrical-coordinate representation of color #14A56F: hue angle of 157.66º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A56F is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB20165111-
CMYK0.8800.330.35
HSL157.66º78.38%36.27%-
HSV(B)157.66º87.88%64.71%-
XYZ16.6128.2119.61-
YUV115.49125.4659.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.76%
GREEN value IS 165 (64.84% from 255) = 55.74%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=6.76%
G=55.74%
B=37.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201651110.8800.330.35157.6678.3836.27
Hex14A56F58021239e4e24
Octal242451571300414323611644
Binary1010010100101110111110110000100001100011100111101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,165,111); }

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

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

 a { background-color: rgb(20,165,111); }

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

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

 span { border-color: rgb(20,165,111); }

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