#8EA916

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

Shades of Limerick #8EA916

Tints of Limerick #8EA916

Color information

#8EA916 (or 0x8EA916) is unknown color: approx Limerick. HEX triplet: 8E, A9 and 16. RGB value is (142,169,22). Sum of RGB (Red+Green+Blue) = 142+169+22=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA916 is #7156E9. Grayscale: #909090. Windows color (decimal): -7427818 or 1485198. OLE color: 1485198.

HSL color Cylindrical-coordinate representation of color #8EA916: hue angle of 71.02º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8EA916 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB14216922-
CMYK0.1600.870.34
HSL71.02º76.96%37.45%-
HSV(B)71.02º86.98%66.27%-
XYZ25.4934.186.01-
YUV144.1759.05126.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 169 (66.41% from 255) = 50.75%
BLUE value IS 22 (8.98% from 255) = 6.61%
R=42.64%
G=50.75%
B=6.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142169220.1600.870.3471.0276.9637.45
Hex8EA9161005722474d25
Octal216251262001274210711545
Binary100011101010100110110100000101011110001010001111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,169,22); }

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

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

 a { background-color: rgb(142,169,22); }

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

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

 span { border-color: rgb(142,169,22); }

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