#8EB02D

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

Shades of Limerick #8EB02D

Tints of Limerick #8EB02D

Color information

#8EB02D (or 0x8EB02D) is unknown color: approx Limerick. HEX triplet: 8E, B0 and 2D. RGB value is (142,176,45). Sum of RGB (Red+Green+Blue) = 142+176+45=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB02D is #714FD2. Grayscale: #979797. Windows color (decimal): -7426003 or 2994318. OLE color: 2994318.

HSL color Cylindrical-coordinate representation of color #8EB02D: hue angle of 75.57º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EB02D is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB14217645-
CMYK0.1900.740.31
HSL75.57º59.28%43.33%-
HSV(B)75.57º74.43%69.02%-
XYZ27.1536.998.19-
YUV150.968.24121.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 176 (69.14% from 255) = 48.48%
BLUE value IS 45 (17.97% from 255) = 12.40%
R=39.12%
G=48.48%
B=12.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142176450.1900.740.3175.5759.2843.33
Hex8EB02D1304A1F4c3b2b
Octal21626055230112371147353
Binary10001110101100001011011001101001010111111001100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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