#11A451

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

Shades of Pigment Green #11A451

Tints of Pigment Green #11A451

Color information

#11A451 (or 0x11A451) is unknown color: approx Pigment Green. HEX triplet: 11, A4 and 51. RGB value is (17,164,81). Sum of RGB (Red+Green+Blue) = 17+164+81=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 164 (64.45% from 255 or 62.60% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 164 - color contains mainly: green. Hex color #11A451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A451 is #EE5BAE. Grayscale: #6E6E6E. Windows color (decimal): -15621039 or 5350417. OLE color: 5350417.

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

Color convert

RGB1716481-
CMYK0.9000.510.36
HSL146.12º81.22%35.49%-
HSV(B)146.12º89.63%64.31%-
XYZ14.9927.2612.26-
YUV110.58111.361.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.49%
GREEN value IS 164 (64.45% from 255) = 62.60%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=6.49%
G=62.60%
B=30.92%

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
Decimal17164810.9000.510.36146.1281.2235.49
Hex11A4515A03324925123
Octal212441211320634422212143
Binary1000110100100101000110110100110011100100100100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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