#149849

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

Shades of Pigment Green #149849

Tints of Pigment Green #149849

Color information

#149849 (or 0x149849) is unknown color: approx Pigment Green. HEX triplet: 14, 98 and 49. RGB value is (20,152,73). Sum of RGB (Red+Green+Blue) = 20+152+73=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #149849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149849 is #EB67B6. Grayscale: #676767. Windows color (decimal): -15427511 or 4823060. OLE color: 4823060.

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

Color convert

RGB2015273-
CMYK0.8700.520.40
HSL144.09º76.74%33.73%-
HSV(B)144.09º86.84%59.61%-
XYZ12.7223.0910.09-
YUV103.53110.7768.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 152 (59.77% from 255) = 62.04%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=8.16%
G=62.04%
B=29.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20152730.8700.520.40144.0976.7433.73
Hex1498495703428904d22
Octal242301111270645022011542
Binary1010010011000100100110101110110100101000100100001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149849; }

 p { color: rgb(20,152,73); }

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

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

 a { background-color: rgb(20,152,73); }

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

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

 span { border-color: rgb(20,152,73); }

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