#14BB62

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

Shades of Jade #14BB62

Tints of Jade #14BB62

Color information

#14BB62 (or 0x14BB62) is unknown color: approx Jade. HEX triplet: 14, BB and 62. RGB value is (20,187,98). Sum of RGB (Red+Green+Blue) = 20+187+98=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 187 (73.44% from 255 or 61.31% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB62 is #EB449D. Grayscale: #7F7F7F. Windows color (decimal): -15418526 or 6470420. OLE color: 6470420.

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

Color convert

RGB2018798-
CMYK0.8900.480.27
HSL148.02º80.68%40.59%-
HSV(B)148.02º89.3%73.33%-
XYZ20.2636.5717.55-
YUV126.92111.6751.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 187 (73.44% from 255) = 61.31%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=6.56%
G=61.31%
B=32.13%

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
Decimal20187980.8900.480.27148.0280.6840.59
Hex14BB62590301B945129
Octal242731421310603322412151
Binary101001011101111000101011001011000011011100101001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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