#8EB61A

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

Shades of Limerick #8EB61A

Tints of Limerick #8EB61A

Color information

#8EB61A (or 0x8EB61A) is unknown color: approx Limerick. HEX triplet: 8E, B6 and 1A. RGB value is (142,182,26). Sum of RGB (Red+Green+Blue) = 142+182+26=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB61A is #7149E5. Grayscale: #989898. Windows color (decimal): -7424486 or 1750670. OLE color: 1750670.

HSL color Cylindrical-coordinate representation of color #8EB61A: hue angle of 75.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8EB61A is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB14218226-
CMYK0.2200.860.29
HSL75.38º75%40.78%-
HSV(B)75.38º85.71%71.37%-
XYZ28.0739.287.08-
YUV152.2656.75120.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 182 (71.48% from 255) = 52%
BLUE value IS 26 (10.55% from 255) = 7.43%
R=40.57%
G=52%
B=7.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142182260.2200.860.2975.387540.78
Hex8EB61A160561D4b4b29
Octal216266322601263511311351
Binary10001110101101101101010110010101101110110010111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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