#8EB11A

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

Shades of Limerick #8EB11A

Tints of Limerick #8EB11A

Color information

#8EB11A (or 0x8EB11A) is unknown color: approx Limerick. HEX triplet: 8E, B1 and 1A. RGB value is (142,177,26). Sum of RGB (Red+Green+Blue) = 142+177+26=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB11A is #714EE5. Grayscale: #959595. Windows color (decimal): -7425766 or 1749390. OLE color: 1749390.

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

Color convert

RGB14217726-
CMYK0.2000.850.31
HSL73.91º74.38%39.8%-
HSV(B)73.91º85.31%69.41%-
XYZ27.0637.276.74-
YUV149.3258.4122.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 26 (10.55% from 255) = 7.54%
R=41.16%
G=51.30%
B=7.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142177260.2000.850.3173.9174.3839.8
Hex8EB11A140551F4a4a28
Octal216261322401253711211250
Binary10001110101100011101010100010101011111110010101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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