#149944

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

Shades of Pigment Green #149944

Tints of Pigment Green #149944

Color information

#149944 (or 0x149944) is unknown color: approx Pigment Green. HEX triplet: 14, 99 and 44. RGB value is (20,153,68). Sum of RGB (Red+Green+Blue) = 20+153+68=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #149944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149944 is #EB66BB. Grayscale: #676767. Windows color (decimal): -15427260 or 4495636. OLE color: 4495636.

HSL color Cylindrical-coordinate representation of color #149944: hue angle of 141.65º 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 #149944 is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB2015368-
CMYK0.8700.560.4
HSL141.65º76.88%33.92%-
HSV(B)141.65º86.93%60%-
XYZ12.7223.359.3-
YUV103.54107.9468.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 153 (60.16% from 255) = 63.49%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=8.30%
G=63.49%
B=28.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20153680.8700.560.4141.6576.8833.92
Hex14994457038288e4d22
Octal242311041270705021611542
Binary1010010011001100010010101110111000101000100011101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149944; }

 p { color: rgb(20,153,68); }

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

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

 a { background-color: rgb(20,153,68); }

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

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

 span { border-color: rgb(20,153,68); }

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