#14B06E

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

Shades of Jade #14B06E

Tints of Jade #14B06E

Color information

#14B06E (or 0x14B06E) is unknown color: approx Jade. HEX triplet: 14, B0 and 6E. RGB value is (20,176,110). Sum of RGB (Red+Green+Blue) = 20+176+110=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #14B06E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B06E is #EB4F91. Grayscale: #797979. Windows color (decimal): -15421330 or 7254036. OLE color: 7254036.

HSL color Cylindrical-coordinate representation of color #14B06E: hue angle of 154.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B06E is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB20176110-
CMYK0.8900.370.31
HSL154.62º79.59%38.43%-
HSV(B)154.62º88.64%69.02%-
XYZ18.6332.3320.01-
YUV121.83121.3255.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 176 (69.14% from 255) = 57.52%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=6.54%
G=57.52%
B=35.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201761100.8900.370.31154.6279.5938.43
Hex14B06E590251F9b5026
Octal242601561310453723312046
Binary101001011000011011101011001010010111111100110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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