#8eaa2d

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

Shades of Limerick #8EAA2D

Tints of Limerick #8EAA2D

Color information

#8EAA2D (or 0x8EAA2D) is unknown color: approx Limerick. HEX triplet: 8E, AA and 2D. RGB value is (142,170,45). Sum of RGB (Red+Green+Blue) = 142+170+45=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAA2D is #7155D2. Grayscale: #939393. Windows color (decimal): -7427539 or 2992782. OLE color: 2992782.

HSL color Cylindrical-coordinate representation of color #8EAA2D: hue angle of 73.44º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EAA2D is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB14217045-
CMYK0.1600.740.33
HSL73.44º58.14%42.16%-
HSV(B)73.44º73.53%66.67%-
XYZ2634.697.81-
YUV147.3870.22124.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 45 (17.97% from 255) = 12.61%
R=39.78%
G=47.62%
B=12.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142170450.1600.740.3373.4458.1442.16
Hex8EAA2D1004A21493a2a
Octal21625255200112411117252
Binary100011101010101010110110000010010101000011001001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eaa2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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