#14B157

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

Shades of Pigment Green #14B157

Tints of Pigment Green #14B157

Color information

#14B157 (or 0x14B157) is unknown color: approx Pigment Green. HEX triplet: 14, B1 and 57. RGB value is (20,177,87). Sum of RGB (Red+Green+Blue) = 20+177+87=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 177 (69.53% from 255 or 62.32% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 177 - color contains mainly: green. Hex color #14B157 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B157 is #EB4EA8. Grayscale: #787878. Windows color (decimal): -15421097 or 5746964. OLE color: 5746964.

HSL color Cylindrical-coordinate representation of color #14B157: hue angle of 145.61º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B157 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB2017787-
CMYK0.8900.510.31
HSL145.61º79.7%38.63%-
HSV(B)145.61º88.7%69.41%-
XYZ17.7332.2814.31-
YUV119.8109.4956.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.04%
GREEN value IS 177 (69.53% from 255) = 62.32%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=7.04%
G=62.32%
B=30.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20177870.8900.510.31145.6179.738.63
Hex14B157590331F925027
Octal242611271310633722212047
Binary101001011000110101111011001011001111111100100101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,177,87); }

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

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

 a { background-color: rgb(20,177,87); }

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

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

 span { border-color: rgb(20,177,87); }

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