#14C36A

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

Shades of Jade #14C36A

Tints of Jade #14C36A

Color information

#14C36A (or 0x14C36A) is unknown color: approx Jade. HEX triplet: 14, C3 and 6A. RGB value is (20,195,106). Sum of RGB (Red+Green+Blue) = 20+195+106=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #14C36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C36A is #EB3C95. Grayscale: #848484. Windows color (decimal): -15416470 or 6996756. OLE color: 6996756.

HSL color Cylindrical-coordinate representation of color #14C36A: hue angle of 149.49º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C36A is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB20195106-
CMYK0.9000.460.24
HSL149.49º81.4%42.16%-
HSV(B)149.49º89.74%76.47%-
XYZ22.4140.2220.22-
YUV132.53113.0247.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.23%
GREEN value IS 195 (76.56% from 255) = 60.75%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=6.23%
G=60.75%
B=33.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201951060.9000.460.24149.4981.442.16
Hex14C36A5A02E1895512a
Octal243031521320563022512152
Binary101001100001111010101011010010111011000100101011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,195,106); }

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

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

 a { background-color: rgb(20,195,106); }

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

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

 span { border-color: rgb(20,195,106); }

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