#11AF5A

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

Shades of Pigment Green #11AF5A

Tints of Pigment Green #11AF5A

Color information

#11AF5A (or 0x11AF5A) is unknown color: approx Pigment Green. HEX triplet: 11, AF and 5A. RGB value is (17,175,90). Sum of RGB (Red+Green+Blue) = 17+175+90=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF5A is #EE50A5. Grayscale: #767676. Windows color (decimal): -15618214 or 5943057. OLE color: 5943057.

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

Color convert

RGB1717590-
CMYK0.9000.490.31
HSL147.72º82.29%37.65%-
HSV(B)147.72º90.29%68.63%-
XYZ17.4131.5214.84-
YUV118.07112.1555.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.03%
GREEN value IS 175 (68.75% from 255) = 62.06%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=6.03%
G=62.06%
B=31.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17175900.9000.490.31147.7282.2937.65
Hex11AF5A5A0311F945226
Octal212571321320613722412246
Binary100011010111110110101011010011000111111100101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,175,90); }

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

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

 a { background-color: rgb(17,175,90); }

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

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

 span { border-color: rgb(17,175,90); }

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