#14B067

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

Shades of Jade #14B067

Tints of Jade #14B067

Color information

#14B067 (or 0x14B067) is unknown color: approx Jade. HEX triplet: 14, B0 and 67. RGB value is (20,176,103). Sum of RGB (Red+Green+Blue) = 20+176+103=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #14B067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B067 is #EB4F98. Grayscale: #797979. Windows color (decimal): -15421337 or 6795284. OLE color: 6795284.

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

Color convert

RGB20176103-
CMYK0.8900.410.31
HSL151.92º79.59%38.43%-
HSV(B)151.92º88.64%69.02%-
XYZ18.2632.1818.08-
YUV121.03117.8255.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.69%
GREEN value IS 176 (69.14% from 255) = 58.86%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=6.69%
G=58.86%
B=34.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201761030.8900.410.31151.9279.5938.43
Hex14B067590291F985026
Octal242601471310513723012046
Binary101001011000011001111011001010100111111100110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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