#8EB425

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

Shades of Limerick #8EB425

Tints of Limerick #8EB425

Color information

#8EB425 (or 0x8EB425) is unknown color: approx Limerick. HEX triplet: 8E, B4 and 25. RGB value is (142,180,37). Sum of RGB (Red+Green+Blue) = 142+180+37=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB425 is #714BDA. Grayscale: #989898. Windows color (decimal): -7424987 or 2471054. OLE color: 2471054.

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

Color convert

RGB14218037-
CMYK0.2100.790.29
HSL75.94º65.9%42.55%-
HSV(B)75.94º79.44%70.59%-
XYZ27.8138.537.72-
YUV152.3462.91120.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 180 (70.70% from 255) = 50.14%
BLUE value IS 37 (14.84% from 255) = 10.31%
R=39.55%
G=50.14%
B=10.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142180370.2100.790.2975.9465.942.55
Hex8EB4251504F1D4c422b
Octal216264452501173511410253
Binary100011101011010010010110101010011111110110011001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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