#11A450

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

Shades of Pigment Green #11A450

Tints of Pigment Green #11A450

Color information

#11A450 (or 0x11A450) is unknown color: approx Pigment Green. HEX triplet: 11, A4 and 50. RGB value is (17,164,80). Sum of RGB (Red+Green+Blue) = 17+164+80=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 164 (64.45% from 255 or 62.84% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 164 - color contains mainly: green. Hex color #11A450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A450 is #EE5BAF. Grayscale: #6E6E6E. Windows color (decimal): -15621040 or 5284881. OLE color: 5284881.

HSL color Cylindrical-coordinate representation of color #11A450: hue angle of 145.71º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A450 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1716480-
CMYK0.9000.510.36
HSL145.71º81.22%35.49%-
HSV(B)145.71º89.63%64.31%-
XYZ14.9527.2512.06-
YUV110.47110.861.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 164 (64.45% from 255) = 62.84%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=6.51%
G=62.84%
B=30.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal17164800.9000.510.36145.7181.2235.49
Hex11A4505A03324925123
Octal212441201320634422212143
Binary1000110100100101000010110100110011100100100100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,164,80); }

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

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

 a { background-color: rgb(17,164,80); }

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

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

 span { border-color: rgb(17,164,80); }

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