#14B264

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

Shades of Jade #14B264

Tints of Jade #14B264

Color information

#14B264 (or 0x14B264) is unknown color: approx Jade. HEX triplet: 14, B2 and 64. RGB value is (20,178,100). Sum of RGB (Red+Green+Blue) = 20+178+100=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #14B264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B264 is #EB4D9B. Grayscale: #7A7A7A. Windows color (decimal): -15420828 or 6599188. OLE color: 6599188.

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

Color convert

RGB20178100-
CMYK0.8900.440.30
HSL150.38º79.8%38.82%-
HSV(B)150.38º88.76%69.8%-
XYZ18.5132.9117.43-
YUV121.87115.6555.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.71%
GREEN value IS 178 (69.92% from 255) = 59.73%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=6.71%
G=59.73%
B=33.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal201781000.8900.440.30150.3879.838.82
Hex14B2645902C1E965027
Octal242621441310543622612047
Binary101001011001011001001011001010110011110100101101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,178,100); }

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

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

 a { background-color: rgb(20,178,100); }

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

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

 span { border-color: rgb(20,178,100); }

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