#8EB826

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

Shades of Limerick #8EB826

Tints of Limerick #8EB826

Color information

#8EB826 (or 0x8EB826) is unknown color: approx Limerick. HEX triplet: 8E, B8 and 26. RGB value is (142,184,38). Sum of RGB (Red+Green+Blue) = 142+184+38=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB826 is #7147D9. Grayscale: #9B9B9B. Windows color (decimal): -7423962 or 2537614. OLE color: 2537614.

HSL color Cylindrical-coordinate representation of color #8EB826: hue angle of 77.26º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EB826 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB14218438-
CMYK0.2300.790.28
HSL77.26º65.77%43.53%-
HSV(B)77.26º79.35%72.16%-
XYZ28.6540.178.08-
YUV154.862.09118.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 184 (72.27% from 255) = 50.55%
BLUE value IS 38 (15.23% from 255) = 10.44%
R=39.01%
G=50.55%
B=10.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal142184380.2300.790.2877.2665.7743.53
Hex8EB8261704F1C4d422c
Octal216270462701173411510254
Binary100011101011100010011010111010011111110010011011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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