#8EB42E

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

Shades of Limerick #8EB42E

Tints of Limerick #8EB42E

Color information

#8EB42E (or 0x8EB42E) is unknown color: approx Limerick. HEX triplet: 8E, B4 and 2E. RGB value is (142,180,46). Sum of RGB (Red+Green+Blue) = 142+180+46=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB42E is #714BD1. Grayscale: #999999. Windows color (decimal): -7424978 or 3060878. OLE color: 3060878.

HSL color Cylindrical-coordinate representation of color #8EB42E: hue angle of 77.01º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EB42E is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB14218046-
CMYK0.2100.740.29
HSL77.01º59.29%44.31%-
HSV(B)77.01º74.44%70.59%-
XYZ27.9738.598.56-
YUV153.3667.41119.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 46 (18.36% from 255) = 12.5%
R=38.59%
G=48.91%
B=12.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142180460.2100.740.2977.0159.2944.31
Hex8EB42E1504A1D4d3b2c
Octal21626456250112351157354
Binary10001110101101001011101010101001010111011001101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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