#14B261

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

Shades of Jade #14B261

Tints of Jade #14B261

Color information

#14B261 (or 0x14B261) is unknown color: approx Jade. HEX triplet: 14, B2 and 61. RGB value is (20,178,97). Sum of RGB (Red+Green+Blue) = 20+178+97=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #14B261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B261 is #EB4D9E. Grayscale: #797979. Windows color (decimal): -15420831 or 6402580. OLE color: 6402580.

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

Color convert

RGB2017897-
CMYK0.8900.460.30
HSL149.24º79.8%38.82%-
HSV(B)149.24º88.76%69.8%-
XYZ18.3732.8516.68-
YUV121.52114.1555.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 178 (69.92% from 255) = 60.34%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=6.78%
G=60.34%
B=32.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal20178970.8900.460.30149.2479.838.82
Hex14B2615902E1E955027
Octal242621411310563622512047
Binary101001011001011000011011001010111011110100101011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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