#14B06F

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

Shades of Jade #14B06F

Tints of Jade #14B06F

Color information

#14B06F (or 0x14B06F) is unknown color: approx Jade. HEX triplet: 14, B0 and 6F. RGB value is (20,176,111). Sum of RGB (Red+Green+Blue) = 20+176+111=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #14B06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B06F is #EB4F90. Grayscale: #7A7A7A. Windows color (decimal): -15421329 or 7319572. OLE color: 7319572.

HSL color Cylindrical-coordinate representation of color #14B06F: hue angle of 155º 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 #14B06F is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB20176111-
CMYK0.8900.370.31
HSL155º79.59%38.43%-
HSV(B)155º88.64%69.02%-
XYZ18.6832.3520.3-
YUV121.95121.8255.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.51%
GREEN value IS 176 (69.14% from 255) = 57.33%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=6.51%
G=57.33%
B=36.16%

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
Decimal201761110.8900.370.3115579.5938.43
Hex14B06F590251F9b5026
Octal242601571310453723312046
Binary101001011000011011111011001010010111111100110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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