#149d49

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

Shades of Pigment Green #149D49

Tints of Pigment Green #149D49

Color information

#149D49 (or 0x149D49) is unknown color: approx Pigment Green. HEX triplet: 14, 9D and 49. RGB value is (20,157,73). Sum of RGB (Red+Green+Blue) = 20+157+73=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 157 (61.72% from 255 or 62.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 157 - color contains mainly: green. Hex color #149D49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D49 is #EB62B6. Grayscale: #6A6A6A. Windows color (decimal): -15426231 or 4824340. OLE color: 4824340.

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

Color convert

RGB2015773-
CMYK0.8700.540.38
HSL143.21º77.4%34.71%-
HSV(B)143.21º87.26%61.57%-
XYZ13.5524.7410.37-
YUV106.46109.1166.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 157 (61.72% from 255) = 62.8%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=8%
G=62.8%
B=29.2%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20157730.8700.540.38143.2177.434.71
Hex149D4957036268f4d23
Octal242351111270664621711543
Binary1010010011101100100110101110110110100110100011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149d49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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