#149C4A

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

Shades of Pigment Green #149C4A

Tints of Pigment Green #149C4A

Color information

#149C4A (or 0x149C4A) is unknown color: approx Pigment Green. HEX triplet: 14, 9C and 4A. RGB value is (20,156,74). Sum of RGB (Red+Green+Blue) = 20+156+74=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 156 (61.33% from 255 or 62.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 156 - color contains mainly: green. Hex color #149C4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C4A is #EB63B5. Grayscale: #6A6A6A. Windows color (decimal): -15426486 or 4889620. OLE color: 4889620.

HSL color Cylindrical-coordinate representation of color #149C4A: hue angle of 143.82º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C4A is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB2015674-
CMYK0.8700.530.39
HSL143.82º77.27%34.51%-
HSV(B)143.82º87.18%61.18%-
XYZ13.4124.4210.49-
YUV105.99109.9466.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 156 (61.33% from 255) = 62.4%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=8%
G=62.4%
B=29.6%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20156740.8700.530.39143.8277.2734.51
Hex149C4A5703527904d23
Octal242341121270654722011543
Binary1010010011100100101010101110110101100111100100001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,156,74); }

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

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

 a { background-color: rgb(20,156,74); }

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

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

 span { border-color: rgb(20,156,74); }

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