#11B226

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

Shades of Dark Pastel Green #11B226

Tints of Dark Pastel Green #11B226

Color information

#11B226 (or 0x11B226) is unknown color: approx Dark Pastel Green. HEX triplet: 11, B2 and 26. RGB value is (17,178,38). Sum of RGB (Red+Green+Blue) = 17+178+38=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 178 (69.92% from 255 or 76.39% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 178 - color contains mainly: green. Hex color #11B226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B226 is #EE4DD9. Grayscale: #727272. Windows color (decimal): -15617498 or 2535953. OLE color: 2535953.

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

Color convert

RGB1717838-
CMYK0.9000.790.30
HSL127.83º82.56%38.24%-
HSV(B)127.83º90.45%69.8%-
XYZ16.532.17.16-
YUV113.985.1658.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 178 (69.92% from 255) = 76.39%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=7.30%
G=76.39%
B=16.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17178380.9000.790.30127.8382.5638.24
Hex11B2265A04F1E805326
Octal212624613201173620012346
Binary100011011001010011010110100100111111110100000001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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