#11A040

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

Shades of Pigment Green #11A040

Tints of Pigment Green #11A040

Color information

#11A040 (or 0x11A040) is unknown color: approx Pigment Green. HEX triplet: 11, A0 and 40. RGB value is (17,160,64). Sum of RGB (Red+Green+Blue) = 17+160+64=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #11A040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A040 is #EE5FBF. Grayscale: #6A6A6A. Windows color (decimal): -15622080 or 4235281. OLE color: 4235281.

HSL color Cylindrical-coordinate representation of color #11A040: hue angle of 139.72º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A040 is Cyan = 0.89, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1716064-
CMYK0.8900.60.37
HSL139.72º80.79%34.71%-
HSV(B)139.72º89.38%62.75%-
XYZ13.7325.639.07-
YUV106.3104.1264.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 160 (62.89% from 255) = 66.39%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=7.05%
G=66.39%
B=26.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal17160640.8900.60.37139.7280.7934.71
Hex11A0405903C258c5123
Octal212401001310744521412143
Binary1000110100000100000010110010111100100101100011001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,160,64); }

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

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

 a { background-color: rgb(17,160,64); }

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

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

 span { border-color: rgb(17,160,64); }

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