#8EB740

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

Shades of Limerick #8EB740

Tints of Limerick #8EB740

Color information

#8EB740 (or 0x8EB740) is unknown color: approx Limerick. HEX triplet: 8E, B7 and 40. RGB value is (142,183,64). Sum of RGB (Red+Green+Blue) = 142+183+64=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB740 is #7148BF. Grayscale: #9D9D9D. Windows color (decimal): -7424192 or 4241294. OLE color: 4241294.

HSL color Cylindrical-coordinate representation of color #8EB740: hue angle of 80.67º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EB740 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB14218364-
CMYK0.2200.650.28
HSL80.67º48.18%48.43%-
HSV(B)80.67º65.03%71.76%-
XYZ29.0139.9911.04-
YUV157.1775.42117.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 183 (71.88% from 255) = 47.04%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=36.50%
G=47.04%
B=16.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal142183640.2200.650.2880.6748.1848.43
Hex8EB740160411C513030
Octal216267100260101341216060
Binary100011101011011110000001011001000001111001010001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,183,64); }

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

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

 a { background-color: rgb(142,183,64); }

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

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

 span { border-color: rgb(142,183,64); }

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