#14B057

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

Shades of Pigment Green #14B057

Tints of Pigment Green #14B057

Color information

#14B057 (or 0x14B057) is unknown color: approx Pigment Green. HEX triplet: 14, B0 and 57. RGB value is (20,176,87). Sum of RGB (Red+Green+Blue) = 20+176+87=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 176 (69.14% from 255 or 62.19% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 176 - color contains mainly: green. Hex color #14B057 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B057 is #EB4FA8. Grayscale: #777777. Windows color (decimal): -15421353 or 5746708. OLE color: 5746708.

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

Color convert

RGB2017687-
CMYK0.8900.510.31
HSL145.77º79.59%38.43%-
HSV(B)145.77º88.64%69.02%-
XYZ17.5331.8914.25-
YUV119.21109.8257.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 176 (69.14% from 255) = 62.19%
BLUE value IS 87 (34.38% from 255) = 30.74%
R=7.07%
G=62.19%
B=30.74%

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
Decimal20176870.8900.510.31145.7779.5938.43
Hex14B057590331F925026
Octal242601271310633722212046
Binary101001011000010101111011001011001111111100100101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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