#11B14E

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

Shades of Pigment Green #11B14E

Tints of Pigment Green #11B14E

Color information

#11B14E (or 0x11B14E) is unknown color: approx Pigment Green. HEX triplet: 11, B1 and 4E. RGB value is (17,177,78). Sum of RGB (Red+Green+Blue) = 17+177+78=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #11B14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B14E is #EE4EB1. Grayscale: #767676. Windows color (decimal): -15617714 or 5157137. OLE color: 5157137.

HSL color Cylindrical-coordinate representation of color #11B14E: hue angle of 142.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B14E is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1717778-
CMYK0.9000.560.31
HSL142.88º82.47%38.04%-
HSV(B)142.88º90.4%69.41%-
XYZ17.3332.1112.49-
YUV117.87105.4956.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 177 (69.53% from 255) = 65.07%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=6.25%
G=65.07%
B=28.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17177780.9000.560.31142.8882.4738.04
Hex11B14E5A0381F8f5226
Octal212611161320703721712246
Binary100011011000110011101011010011100011111100011111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11B14E; }

 p { color: rgb(17,177,78); }

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

<style>
 a { background-color: #11B14E; }

 a { background-color: rgb(17,177,78); }

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

<style>
 span { border-color: #11B14E; }

 span { border-color: rgb(17,177,78); }

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