#149A42

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

Shades of Pigment Green #149A42

Tints of Pigment Green #149A42

Color information

#149A42 (or 0x149A42) is unknown color: approx Pigment Green. HEX triplet: 14, 9A and 42. RGB value is (20,154,66). Sum of RGB (Red+Green+Blue) = 20+154+66=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 154 (60.55% from 255 or 64.17% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 154 - color contains mainly: green. Hex color #149A42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149A42 is #EB65BD. Grayscale: #686868. Windows color (decimal): -15427006 or 4364820. OLE color: 4364820.

HSL color Cylindrical-coordinate representation of color #149A42: hue angle of 140.6º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A42 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB2015466-
CMYK0.8700.570.40
HSL140.6º77.01%34.12%-
HSV(B)140.6º87.01%60.39%-
XYZ12.8323.659.04-
YUV103.9106.6168.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 154 (60.55% from 255) = 64.17%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=8.33%
G=64.17%
B=27.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20154660.8700.570.40140.677.0134.12
Hex149A4257039288d4d22
Octal242321021270715021511542
Binary1010010011010100001010101110111001101000100011011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,154,66); }

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

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

 a { background-color: rgb(20,154,66); }

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

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

 span { border-color: rgb(20,154,66); }

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