#149f4e

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

Shades of Pigment Green #149F4E

Tints of Pigment Green #149F4E

Color information

#149F4E (or 0x149F4E) is unknown color: approx Pigment Green. HEX triplet: 14, 9F and 4E. RGB value is (20,159,78). Sum of RGB (Red+Green+Blue) = 20+159+78=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 159 (62.5% from 255 or 61.87% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 159 - color contains mainly: green. Hex color #149F4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149F4E is #EB60B1. Grayscale: #6C6C6C. Windows color (decimal): -15425714 or 5152532. OLE color: 5152532.

HSL color Cylindrical-coordinate representation of color #149F4E: hue angle of 145.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149F4E is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB2015978-
CMYK0.8700.510.38
HSL145.04º77.65%35.1%-
HSV(B)145.04º87.42%62.35%-
XYZ14.0625.511.39-
YUV108.2110.9565.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 159 (62.5% from 255) = 61.87%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=7.78%
G=61.87%
B=30.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20159780.8700.510.38145.0477.6535.1
Hex149F4E5703326914e23
Octal242371161270634622111643
Binary1010010011111100111010101110110011100110100100011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149f4e; }

 p { color: rgb(20,159,78); }

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

<style>
 a { background-color: #149f4e; }

 a { background-color: rgb(20,159,78); }

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

<style>
 span { border-color: #149f4e; }

 span { border-color: rgb(20,159,78); }

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