#8EB431

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

Shades of Limerick #8EB431

Tints of Limerick #8EB431

Color information

#8EB431 (or 0x8EB431) is unknown color: approx Limerick. HEX triplet: 8E, B4 and 31. RGB value is (142,180,49). Sum of RGB (Red+Green+Blue) = 142+180+49=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB431 is #714BCE. Grayscale: #9A9A9A. Windows color (decimal): -7424975 or 3257486. OLE color: 3257486.

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

Color convert

RGB14218049-
CMYK0.2100.730.29
HSL77.4º57.21%44.9%-
HSV(B)77.4º72.78%70.59%-
XYZ28.0338.628.88-
YUV153.768.91119.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=38.27%
G=48.52%
B=13.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142180490.2100.730.2977.457.2144.9
Hex8EB431150491D4d392d
Octal21626461250111351157155
Binary10001110101101001100011010101001001111011001101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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