#14B36E

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

Shades of Jade #14B36E

Tints of Jade #14B36E

Color information

#14B36E (or 0x14B36E) is unknown color: approx Jade. HEX triplet: 14, B3 and 6E. RGB value is (20,179,110). Sum of RGB (Red+Green+Blue) = 20+179+110=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #14B36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B36E is #EB4C91. Grayscale: #7B7B7B. Windows color (decimal): -15420562 or 7254804. OLE color: 7254804.

HSL color Cylindrical-coordinate representation of color #14B36E: hue angle of 153.96º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B36E is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB20179110-
CMYK0.8900.390.30
HSL153.96º79.9%39.02%-
HSV(B)153.96º88.83%70.2%-
XYZ19.2233.5120.21-
YUV123.59120.3254.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.47%
GREEN value IS 179 (70.31% from 255) = 57.93%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=6.47%
G=57.93%
B=35.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal201791100.8900.390.30153.9679.939.02
Hex14B36E590271E9a5027
Octal242631561310473623212047
Binary101001011001111011101011001010011111110100110101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,179,110); }

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

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

 a { background-color: rgb(20,179,110); }

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

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

 span { border-color: rgb(20,179,110); }

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