#14A26B

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

Shades of Jade #14A26B

Tints of Jade #14A26B

Color information

#14A26B (or 0x14A26B) is unknown color: approx Jade. HEX triplet: 14, A2 and 6B. RGB value is (20,162,107). Sum of RGB (Red+Green+Blue) = 20+162+107=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #14A26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A26B is #EB5D94. Grayscale: #717171. Windows color (decimal): -15424917 or 7053844. OLE color: 7053844.

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

Color convert

RGB20162107-
CMYK0.8800.340.36
HSL156.76º78.02%35.69%-
HSV(B)156.76º87.65%63.53%-
XYZ15.8627.0518.3-
YUV113.27124.4661.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=6.92%
G=56.06%
B=37.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal201621070.8800.340.36156.7678.0235.69
Hex14A26B58022249d4e24
Octal242421531300424423511644
Binary1010010100010110101110110000100010100100100111011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,162,107); }

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

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

 a { background-color: rgb(20,162,107); }

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

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

 span { border-color: rgb(20,162,107); }

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