#119E46

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

Shades of Pigment Green #119E46

Tints of Pigment Green #119E46

Color information

#119E46 (or 0x119E46) is unknown color: approx Pigment Green. HEX triplet: 11, 9E and 46. RGB value is (17,158,70). Sum of RGB (Red+Green+Blue) = 17+158+70=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 158 (62.11% from 255 or 64.49% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 158 - color contains mainly: green. Hex color #119E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119E46 is #EE61B9. Grayscale: #6A6A6A. Windows color (decimal): -15622586 or 4627985. OLE color: 4627985.

HSL color Cylindrical-coordinate representation of color #119E46: hue angle of 142.55º degrees, saturation: 0.81, 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 #119E46 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB1715870-
CMYK0.8900.560.38
HSL142.55º80.57%34.31%-
HSV(B)142.55º89.24%61.96%-
XYZ13.5625.029.91-
YUV105.81107.7964.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 158 (62.11% from 255) = 64.49%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=6.94%
G=64.49%
B=28.57%

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
Decimal17158700.8900.560.38142.5580.5734.31
Hex119E4659038268f5122
Octal212361061310704621712142
Binary1000110011110100011010110010111000100110100011111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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