#8EA32D

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

Shades of Limerick #8EA32D

Tints of Limerick #8EA32D

Color information

#8EA32D (or 0x8EA32D) is unknown color: approx Limerick. HEX triplet: 8E, A3 and 2D. RGB value is (142,163,45). Sum of RGB (Red+Green+Blue) = 142+163+45=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA32D is #715CD2. Grayscale: #8F8F8F. Windows color (decimal): -7429331 or 2990990. OLE color: 2990990.

HSL color Cylindrical-coordinate representation of color #8EA32D: hue angle of 70.68º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EA32D is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB14216345-
CMYK0.1300.720.36
HSL70.68º56.73%40.78%-
HSV(B)70.68º72.39%63.92%-
XYZ24.7332.137.38-
YUV143.2772.54127.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 45 (17.97% from 255) = 12.86%
R=40.57%
G=46.57%
B=12.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142163450.1300.720.3670.6856.7340.78
Hex8EA32DD04824473929
Octal21624355150110441077151
Binary10001110101000111011011101010010001001001000111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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