#11B552

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

Shades of Pigment Green #11B552

Tints of Pigment Green #11B552

Color information

#11B552 (or 0x11B552) is unknown color: approx Pigment Green. HEX triplet: 11, B5 and 52. RGB value is (17,181,82). Sum of RGB (Red+Green+Blue) = 17+181+82=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 181 (71.09% from 255 or 64.64% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 181 - color contains mainly: green. Hex color #11B552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B552 is #EE4AAD. Grayscale: #787878. Windows color (decimal): -15616686 or 5420305. OLE color: 5420305.

HSL color Cylindrical-coordinate representation of color #11B552: hue angle of 143.78º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B552 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1718182-
CMYK0.9100.550.29
HSL143.78º82.83%38.82%-
HSV(B)143.78º90.61%70.98%-
XYZ18.2833.7813.54-
YUV120.68106.1754.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.07%
GREEN value IS 181 (71.09% from 255) = 64.64%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=6.07%
G=64.64%
B=29.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17181820.9100.550.29143.7882.8338.82
Hex11B5525B0371D905327
Octal212651221330673522012347
Binary100011011010110100101011011011011111101100100001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,181,82); }

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

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

 a { background-color: rgb(17,181,82); }

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

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

 span { border-color: rgb(17,181,82); }

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