#11B250

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

Shades of Pigment Green #11B250

Tints of Pigment Green #11B250

Color information

#11B250 (or 0x11B250) is unknown color: approx Pigment Green. HEX triplet: 11, B2 and 50. RGB value is (17,178,80). Sum of RGB (Red+Green+Blue) = 17+178+80=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 178 (69.92% from 255 or 64.73% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 178 - color contains mainly: green. Hex color #11B250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B250 is #EE4DAF. Grayscale: #767676. Windows color (decimal): -15617456 or 5288465. OLE color: 5288465.

HSL color Cylindrical-coordinate representation of color #11B250: hue angle of 143.48º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B250 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB1717880-
CMYK0.9000.550.30
HSL143.48º82.56%38.24%-
HSV(B)143.48º90.45%69.8%-
XYZ17.632.5412.94-
YUV118.69106.1655.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 178 (69.92% from 255) = 64.73%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=6.18%
G=64.73%
B=29.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17178800.9000.550.30143.4882.5638.24
Hex11B2505A0371E8f5326
Octal212621201320673621712346
Binary100011011001010100001011010011011111110100011111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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