#14BB61

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

Shades of Jade #14BB61

Tints of Jade #14BB61

Color information

#14BB61 (or 0x14BB61) is unknown color: approx Jade. HEX triplet: 14, BB and 61. RGB value is (20,187,97). Sum of RGB (Red+Green+Blue) = 20+187+97=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB61 is #EB449E. Grayscale: #7F7F7F. Windows color (decimal): -15418527 or 6404884. OLE color: 6404884.

HSL color Cylindrical-coordinate representation of color #14BB61: hue angle of 147.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BB61 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB2018797-
CMYK0.8900.480.27
HSL147.66º80.68%40.59%-
HSV(B)147.66º89.3%73.33%-
XYZ20.2236.5517.3-
YUV126.81111.1751.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.58%
GREEN value IS 187 (73.44% from 255) = 61.51%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=6.58%
G=61.51%
B=31.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20187970.8900.480.27147.6680.6840.59
Hex14BB61590301B945129
Octal242731411310603322412151
Binary101001011101111000011011001011000011011100101001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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