#8EB22D

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

Shades of Limerick #8EB22D

Tints of Limerick #8EB22D

Color information

#8EB22D (or 0x8EB22D) is unknown color: approx Limerick. HEX triplet: 8E, B2 and 2D. RGB value is (142,178,45). Sum of RGB (Red+Green+Blue) = 142+178+45=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB22D is #714DD2. Grayscale: #989898. Windows color (decimal): -7425491 or 2994830. OLE color: 2994830.

HSL color Cylindrical-coordinate representation of color #8EB22D: hue angle of 76.24º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EB22D is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB14217845-
CMYK0.2000.750.30
HSL76.24º59.64%43.73%-
HSV(B)76.24º74.72%69.8%-
XYZ27.5537.788.32-
YUV152.0767.57120.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 178 (69.92% from 255) = 48.77%
BLUE value IS 45 (17.97% from 255) = 12.33%
R=38.90%
G=48.77%
B=12.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal142178450.2000.750.3076.2459.6443.73
Hex8EB22D1404B1E4c3c2c
Octal21626255240113361147454
Binary10001110101100101011011010001001011111101001100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,178,45); }

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

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

 a { background-color: rgb(142,178,45); }

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

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

 span { border-color: rgb(142,178,45); }

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