#11A95B

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

Shades of Pigment Green #11A95B

Tints of Pigment Green #11A95B

Color information

#11A95B (or 0x11A95B) is unknown color: approx Pigment Green. HEX triplet: 11, A9 and 5B. RGB value is (17,169,91). Sum of RGB (Red+Green+Blue) = 17+169+91=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 169 (66.41% from 255 or 61.01% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 169 - color contains mainly: green. Hex color #11A95B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A95B is #EE56A4. Grayscale: #727272. Windows color (decimal): -15619749 or 6007057. OLE color: 6007057.

HSL color Cylindrical-coordinate representation of color #11A95B: hue angle of 149.21º 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 #11A95B is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1716991-
CMYK0.9000.460.34
HSL149.21º81.72%36.47%-
HSV(B)149.21º89.94%66.27%-
XYZ16.3129.2514.68-
YUV114.66114.6458.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 169 (66.41% from 255) = 61.01%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=6.14%
G=61.01%
B=32.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal17169910.9000.460.34149.2181.7236.47
Hex11A95B5A02E22955224
Octal212511331320564222512244
Binary1000110101001101101110110100101110100010100101011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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