#14BC5E

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

Shades of Pigment Green #14BC5E

Tints of Pigment Green #14BC5E

Color information

#14BC5E (or 0x14BC5E) is unknown color: approx Pigment Green. HEX triplet: 14, BC and 5E. RGB value is (20,188,94). Sum of RGB (Red+Green+Blue) = 20+188+94=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC5E is #EB43A1. Grayscale: #7F7F7F. Windows color (decimal): -15418274 or 6208532. OLE color: 6208532.

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

Color convert

RGB2018894-
CMYK0.8900.500.26
HSL146.43º80.77%40.78%-
HSV(B)146.43º89.36%73.73%-
XYZ20.2936.9216.65-
YUV127.05109.3451.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.62%
GREEN value IS 188 (73.83% from 255) = 62.25%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=6.62%
G=62.25%
B=31.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal20188940.8900.500.26146.4380.7740.78
Hex14BC5E590321A925129
Octal242741361310623222212151
Binary101001011110010111101011001011001011010100100101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,188,94); }

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

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

 a { background-color: rgb(20,188,94); }

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

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

 span { border-color: rgb(20,188,94); }

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