#119D4D

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

Shades of Pigment Green #119D4D

Tints of Pigment Green #119D4D

Color information

#119D4D (or 0x119D4D) is unknown color: approx Pigment Green. HEX triplet: 11, 9D and 4D. RGB value is (17,157,77). Sum of RGB (Red+Green+Blue) = 17+157+77=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 157 (61.72% from 255 or 62.55% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 157 - color contains mainly: green. Hex color #119D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119D4D is #EE62B2. Grayscale: #6A6A6A. Windows color (decimal): -15622835 or 5086481. OLE color: 5086481.

HSL color Cylindrical-coordinate representation of color #119D4D: hue angle of 145.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D4D is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1715777-
CMYK0.8900.510.38
HSL145.71º80.46%34.12%-
HSV(B)145.71º89.17%61.57%-
XYZ13.6324.7711.08-
YUV106.02111.6264.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 157 (61.72% from 255) = 62.55%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=6.77%
G=62.55%
B=30.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17157770.8900.510.38145.7180.4634.12
Hex119D4D5903326925022
Octal212351151310634622212042
Binary1000110011101100110110110010110011100110100100101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119D4D; }

 p { color: rgb(17,157,77); }

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

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

 a { background-color: rgb(17,157,77); }

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

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

 span { border-color: rgb(17,157,77); }

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