#8EBF18

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

Shades of Limerick #8EBF18

Tints of Limerick #8EBF18

Color information

#8EBF18 (or 0x8EBF18) is unknown color: approx Limerick. HEX triplet: 8E, BF and 18. RGB value is (142,191,24). Sum of RGB (Red+Green+Blue) = 142+191+24=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBF18 is #7140E7. Grayscale: #9D9D9D. Windows color (decimal): -7422184 or 1621902. OLE color: 1621902.

HSL color Cylindrical-coordinate representation of color #8EBF18: hue angle of 77.6º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8EBF18 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB14219124-
CMYK0.2600.870.25
HSL77.6º77.67%42.16%-
HSV(B)77.6º87.43%74.9%-
XYZ29.9543.087.6-
YUV157.3152.77117.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 191 (75% from 255) = 53.50%
BLUE value IS 24 (9.77% from 255) = 6.72%
R=39.78%
G=53.50%
B=6.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142191240.2600.870.2577.677.6742.16
Hex8EBF181A057194e4e2a
Octal216277303201273111611652
Binary10001110101111111100011010010101111100110011101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,191,24); }

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

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

 a { background-color: rgb(142,191,24); }

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

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

 span { border-color: rgb(142,191,24); }

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