#8EBA25

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

Shades of Limerick #8EBA25

Tints of Limerick #8EBA25

Color information

#8EBA25 (or 0x8EBA25) is unknown color: approx Limerick. HEX triplet: 8E, BA and 25. RGB value is (142,186,37). Sum of RGB (Red+Green+Blue) = 142+186+37=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBA25 is #7145DA. Grayscale: #9C9C9C. Windows color (decimal): -7423451 or 2472590. OLE color: 2472590.

HSL color Cylindrical-coordinate representation of color #8EBA25: hue angle of 77.72º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8EBA25 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB14218637-
CMYK0.2400.800.27
HSL77.72º66.82%43.73%-
HSV(B)77.72º80.11%72.94%-
XYZ29.05418.13-
YUV155.8660.92118.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 186 (73.05% from 255) = 50.96%
BLUE value IS 37 (14.84% from 255) = 10.14%
R=38.90%
G=50.96%
B=10.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142186370.2400.800.2777.7266.8243.73
Hex8EBA25180501B4e432c
Octal216272453001203311610354
Binary100011101011101010010111000010100001101110011101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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