#149947

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

Shades of Pigment Green #149947

Tints of Pigment Green #149947

Color information

#149947 (or 0x149947) is unknown color: approx Pigment Green. HEX triplet: 14, 99 and 47. RGB value is (20,153,71). Sum of RGB (Red+Green+Blue) = 20+153+71=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #149947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149947 is #EB66B8. Grayscale: #686868. Windows color (decimal): -15427257 or 4692244. OLE color: 4692244.

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

Color convert

RGB2015371-
CMYK0.8700.540.4
HSL143.01º76.88%33.92%-
HSV(B)143.01º86.93%60%-
XYZ12.8223.399.8-
YUV103.88109.4468.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 153 (60.16% from 255) = 62.70%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=8.20%
G=62.70%
B=29.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20153710.8700.540.4143.0176.8833.92
Hex14994757036288f4d22
Octal242311071270665021711542
Binary1010010011001100011110101110110110101000100011111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149947; }

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

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

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

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

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

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

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

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