#8EBC26

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

Shades of Limerick #8EBC26

Tints of Limerick #8EBC26

Color information

#8EBC26 (or 0x8EBC26) is unknown color: approx Limerick. HEX triplet: 8E, BC and 26. RGB value is (142,188,38). Sum of RGB (Red+Green+Blue) = 142+188+38=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBC26 is #7143D9. Grayscale: #9D9D9D. Windows color (decimal): -7422938 or 2538638. OLE color: 2538638.

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

Color convert

RGB14218838-
CMYK0.2400.800.26
HSL78.4º66.37%44.31%-
HSV(B)78.4º79.79%73.73%-
XYZ29.4941.868.36-
YUV157.1560.76117.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 188 (73.83% from 255) = 51.09%
BLUE value IS 38 (15.23% from 255) = 10.33%
R=38.59%
G=51.09%
B=10.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142188380.2400.800.2678.466.3744.31
Hex8EBC26180501A4e422c
Octal216274463001203211610254
Binary100011101011110010011011000010100001101010011101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,188,38); }

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

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

 a { background-color: rgb(142,188,38); }

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

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

 span { border-color: rgb(142,188,38); }

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