#11B142

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

Shades of Dark Pastel Green #11B142

Tints of Dark Pastel Green #11B142

Color information

#11B142 (or 0x11B142) is unknown color: approx Dark Pastel Green. HEX triplet: 11, B1 and 42. RGB value is (17,177,66). Sum of RGB (Red+Green+Blue) = 17+177+66=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 177 (69.53% from 255 or 68.08% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 177 - color contains mainly: green. Hex color #11B142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B142 is #EE4EBD. Grayscale: #747474. Windows color (decimal): -15617726 or 4370705. OLE color: 4370705.

HSL color Cylindrical-coordinate representation of color #11B142: hue angle of 138.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B142 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1717766-
CMYK0.9000.630.31
HSL138.38º82.47%38.04%-
HSV(B)138.38º90.4%69.41%-
XYZ16.9431.9610.43-
YUV116.5199.4957.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 177 (69.53% from 255) = 68.08%
BLUE value IS 66 (26.17% from 255) = 25.38%
R=6.54%
G=68.08%
B=25.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17177660.9000.630.31138.3882.4738.04
Hex11B1425A03F1F8a5226
Octal212611021320773721212246
Binary100011011000110000101011010011111111111100010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,177,66); }

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

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

 a { background-color: rgb(17,177,66); }

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

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

 span { border-color: rgb(17,177,66); }

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