#11A942

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

Shades of Pigment Green #11A942

Tints of Pigment Green #11A942

Color information

#11A942 (or 0x11A942) is unknown color: approx Pigment Green. HEX triplet: 11, A9 and 42. RGB value is (17,169,66). Sum of RGB (Red+Green+Blue) = 17+169+66=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 169 (66.41% from 255 or 67.06% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 169 - color contains mainly: green. Hex color #11A942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A942 is #EE56BD. Grayscale: #707070. Windows color (decimal): -15619774 or 4368657. OLE color: 4368657.

HSL color Cylindrical-coordinate representation of color #11A942: hue angle of 139.34º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A942 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1716966-
CMYK0.9000.610.34
HSL139.34º81.72%36.47%-
HSV(B)139.34º89.94%66.27%-
XYZ15.428.899.92-
YUV111.81102.1460.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 169 (66.41% from 255) = 67.06%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=6.75%
G=67.06%
B=26.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal17169660.9000.610.34139.3481.7236.47
Hex11A9425A03D228b5224
Octal212511021320754221312244
Binary1000110101001100001010110100111101100010100010111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,169,66); }

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

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

 a { background-color: rgb(17,169,66); }

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

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

 span { border-color: rgb(17,169,66); }

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