#119e4d

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

Shades of Pigment Green #119E4D

Tints of Pigment Green #119E4D

Color information

#119E4D (or 0x119E4D) is unknown color: approx Pigment Green. HEX triplet: 11, 9E and 4D. RGB value is (17,158,77). Sum of RGB (Red+Green+Blue) = 17+158+77=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 158 (62.11% from 255 or 62.70% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 158 - color contains mainly: green. Hex color #119E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119E4D is #EE61B2. Grayscale: #6A6A6A. Windows color (decimal): -15622579 or 5086737. OLE color: 5086737.

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

Color convert

RGB1715877-
CMYK0.8900.510.38
HSL145.53º80.57%34.31%-
HSV(B)145.53º89.24%61.96%-
XYZ13.825.1111.14-
YUV106.61111.2964.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 158 (62.11% from 255) = 62.70%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=6.75%
G=62.70%
B=30.56%

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
Decimal17158770.8900.510.38145.5380.5734.31
Hex119E4D5903326925122
Octal212361151310634622212142
Binary1000110011110100110110110010110011100110100100101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119e4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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