#14B359

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

Shades of Pigment Green #14B359

Tints of Pigment Green #14B359

Color information

#14B359 (or 0x14B359) is unknown color: approx Pigment Green. HEX triplet: 14, B3 and 59. RGB value is (20,179,89). Sum of RGB (Red+Green+Blue) = 20+179+89=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 179 (70.31% from 255 or 62.15% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 179 - color contains mainly: green. Hex color #14B359 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B359 is #EB4CA6. Grayscale: #797979. Windows color (decimal): -15420583 or 5878548. OLE color: 5878548.

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

Color convert

RGB2017989-
CMYK0.8900.500.30
HSL146.04º79.9%39.02%-
HSV(B)146.04º88.83%70.2%-
XYZ18.2133.1114.88-
YUV121.2109.8255.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 179 (70.31% from 255) = 62.15%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=6.94%
G=62.15%
B=30.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal20179890.8900.500.30146.0479.939.02
Hex14B359590321E925027
Octal242631311310623622212047
Binary101001011001110110011011001011001011110100100101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,179,89); }

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

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

 a { background-color: rgb(20,179,89); }

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

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

 span { border-color: rgb(20,179,89); }

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