#149F53

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

Shades of Pigment Green #149F53

Tints of Pigment Green #149F53

Color information

#149F53 (or 0x149F53) is unknown color: approx Pigment Green. HEX triplet: 14, 9F and 53. RGB value is (20,159,83). Sum of RGB (Red+Green+Blue) = 20+159+83=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 159 (62.5% from 255 or 60.69% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 159 - color contains mainly: green. Hex color #149F53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149F53 is #EB60AC. Grayscale: #6C6C6C. Windows color (decimal): -15425709 or 5480212. OLE color: 5480212.

HSL color Cylindrical-coordinate representation of color #149F53: hue angle of 147.19º 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 #149F53 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB2015983-
CMYK0.8700.480.38
HSL147.19º77.65%35.1%-
HSV(B)147.19º87.42%62.35%-
XYZ14.2525.5712.37-
YUV108.78113.4564.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.63%
GREEN value IS 159 (62.5% from 255) = 60.69%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=7.63%
G=60.69%
B=31.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20159830.8700.480.38147.1977.6535.1
Hex149F535703026934e23
Octal242371231270604622311643
Binary1010010011111101001110101110110000100110100100111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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