#8EA92E

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

Shades of Limerick #8EA92E

Tints of Limerick #8EA92E

Color information

#8EA92E (or 0x8EA92E) is unknown color: approx Limerick. HEX triplet: 8E, A9 and 2E. RGB value is (142,169,46). Sum of RGB (Red+Green+Blue) = 142+169+46=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA92E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA92E is #7156D1. Grayscale: #939393. Windows color (decimal): -7427794 or 3058062. OLE color: 3058062.

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

Color convert

RGB14216946-
CMYK0.1600.730.34
HSL73.17º57.21%42.16%-
HSV(B)73.17º72.78%66.27%-
XYZ25.8434.327.85-
YUV146.971.05124.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 169 (66.41% from 255) = 47.34%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=39.78%
G=47.34%
B=12.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142169460.1600.730.3473.1757.2142.16
Hex8EA92E100492249392a
Octal21625156200111421117152
Binary100011101010100110111010000010010011000101001001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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