#149553

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

Shades of Pigment Green #149553

Tints of Pigment Green #149553

Color information

#149553 (or 0x149553) is unknown color: approx Pigment Green. HEX triplet: 14, 95 and 53. RGB value is (20,149,83). Sum of RGB (Red+Green+Blue) = 20+149+83=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #149553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149553 is #EB6AAC. Grayscale: #676767. Windows color (decimal): -15428269 or 5477652. OLE color: 5477652.

HSL color Cylindrical-coordinate representation of color #149553: hue angle of 149.3º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149553 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB2014983-
CMYK0.8700.440.42
HSL149.3º76.33%33.14%-
HSV(B)149.3º86.58%58.43%-
XYZ12.622.2711.82-
YUV102.9116.7668.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 149 (58.59% from 255) = 59.13%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=7.94%
G=59.13%
B=32.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20149830.8700.440.42149.376.3333.14
Hex1495535702C2A954c21
Octal242251231270545222511441
Binary1010010010101101001110101110101100101010100101011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149553; }

 p { color: rgb(20,149,83); }

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

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

 a { background-color: rgb(20,149,83); }

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

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

 span { border-color: rgb(20,149,83); }

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