#149D58

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

Shades of Pigment Green #149D58

Tints of Pigment Green #149D58

Color information

#149D58 (or 0x149D58) is unknown color: approx Pigment Green. HEX triplet: 14, 9D and 58. RGB value is (20,157,88). Sum of RGB (Red+Green+Blue) = 20+157+88=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 157 (61.72% from 255 or 59.25% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 157 - color contains mainly: green. Hex color #149D58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149D58 is #EB62A7. Grayscale: #6C6C6C. Windows color (decimal): -15426216 or 5807380. OLE color: 5807380.

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

Color convert

RGB2015788-
CMYK0.8700.440.38
HSL149.78º77.4%34.71%-
HSV(B)149.78º87.26%61.57%-
XYZ14.1124.9713.31-
YUV108.17116.6165.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 157 (61.72% from 255) = 59.25%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=7.55%
G=59.25%
B=33.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20157880.8700.440.38149.7877.434.71
Hex149D585702C26964d23
Octal242351301270544622611543
Binary1010010011101101100010101110101100100110100101101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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