#14B66C

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

Shades of Jade #14B66C

Tints of Jade #14B66C

Color information

#14B66C (or 0x14B66C) is unknown color: approx Jade. HEX triplet: 14, B6 and 6C. RGB value is (20,182,108). Sum of RGB (Red+Green+Blue) = 20+182+108=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 182 (71.48% from 255 or 58.71% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 182 - color contains mainly: green. Hex color #14B66C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B66C is #EB4993. Grayscale: #7D7D7D. Windows color (decimal): -15419796 or 7124500. OLE color: 7124500.

HSL color Cylindrical-coordinate representation of color #14B66C: hue angle of 152.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B66C is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB20182108-
CMYK0.8900.410.29
HSL152.59º80.2%39.61%-
HSV(B)152.59º89.01%71.37%-
XYZ19.7234.6919.84-
YUV125.13118.3353.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.45%
GREEN value IS 182 (71.48% from 255) = 58.71%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=6.45%
G=58.71%
B=34.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201821080.8900.410.29152.5980.239.61
Hex14B66C590291D995028
Octal242661541310513523112050
Binary101001011011011011001011001010100111101100110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,182,108); }

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

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

 a { background-color: rgb(20,182,108); }

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

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

 span { border-color: rgb(20,182,108); }

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