#119F46

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

Shades of Pigment Green #119F46

Tints of Pigment Green #119F46

Color information

#119F46 (or 0x119F46) is unknown color: approx Pigment Green. HEX triplet: 11, 9F and 46. RGB value is (17,159,70). Sum of RGB (Red+Green+Blue) = 17+159+70=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 159 (62.5% from 255 or 64.63% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 159 - color contains mainly: green. Hex color #119F46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119F46 is #EE60B9. Grayscale: #6A6A6A. Windows color (decimal): -15622330 or 4628241. OLE color: 4628241.

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

Color convert

RGB1715970-
CMYK0.8900.560.38
HSL142.39º80.68%34.51%-
HSV(B)142.39º89.31%62.35%-
XYZ13.7325.369.96-
YUV106.4107.4664.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 159 (62.5% from 255) = 64.63%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=6.91%
G=64.63%
B=28.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17159700.8900.560.38142.3980.6834.51
Hex119F4659038268e5123
Octal212371061310704621612143
Binary1000110011111100011010110010111000100110100011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,159,70); }

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

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

 a { background-color: rgb(17,159,70); }

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

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

 span { border-color: rgb(17,159,70); }

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