#8EB138

Color #8EB138 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8EB138

Tints of Limerick #8EB138

Color information

#8EB138 (or 0x8EB138) is unknown color: approx Limerick. HEX triplet: 8E, B1 and 38. RGB value is (142,177,56). Sum of RGB (Red+Green+Blue) = 142+177+56=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB138 is #714EC7. Grayscale: #999999. Windows color (decimal): -7425736 or 3715470. OLE color: 3715470.

HSL color Cylindrical-coordinate representation of color #8EB138: hue angle of 77.36º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EB138 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB14217756-
CMYK0.2000.680.31
HSL77.36º51.93%45.69%-
HSV(B)77.36º68.36%69.41%-
XYZ27.5937.489.52-
YUV152.7473.4120.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=37.87%
G=47.2%
B=14.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142177560.2000.680.3177.3651.9345.69
Hex8EB138140441F4d342e
Octal21626170240104371156456
Binary10001110101100011110001010001000100111111001101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EB138; }

 p { color: rgb(142,177,56); }

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

<style>
 a { background-color: #8EB138; }

 a { background-color: rgb(142,177,56); }

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

<style>
 span { border-color: #8EB138; }

 span { border-color: rgb(142,177,56); }

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