#8EAA17

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

Shades of Limerick #8EAA17

Tints of Limerick #8EAA17

Color information

#8EAA17 (or 0x8EAA17) is unknown color: approx Limerick. HEX triplet: 8E, AA and 17. RGB value is (142,170,23). Sum of RGB (Red+Green+Blue) = 142+170+23=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAA17 is #7155E8. Grayscale: #919191. Windows color (decimal): -7427561 or 1550990. OLE color: 1550990.

HSL color Cylindrical-coordinate representation of color #8EAA17: hue angle of 71.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8EAA17 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB14217023-
CMYK0.1600.860.33
HSL71.43º76.17%37.84%-
HSV(B)71.43º86.47%66.67%-
XYZ25.6834.566.13-
YUV144.8759.22125.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 23 (9.38% from 255) = 6.87%
R=42.39%
G=50.75%
B=6.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142170230.1600.860.3371.4376.1737.84
Hex8EAA171005621474c26
Octal216252272001264110711446
Binary100011101010101010111100000101011010000110001111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,23); }

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

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

 a { background-color: rgb(142,170,23); }

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

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

 span { border-color: rgb(142,170,23); }

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