#8EA332

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

Shades of Limerick #8EA332

Tints of Limerick #8EA332

Color information

#8EA332 (or 0x8EA332) is unknown color: approx Limerick. HEX triplet: 8E, A3 and 32. RGB value is (142,163,50). Sum of RGB (Red+Green+Blue) = 142+163+50=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA332 is #715CCD. Grayscale: #909090. Windows color (decimal): -7429326 or 3318670. OLE color: 3318670.

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

Color convert

RGB14216350-
CMYK0.1300.690.36
HSL71.15º53.05%41.76%-
HSV(B)71.15º69.33%63.92%-
XYZ24.8332.187.92-
YUV143.8475.04126.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 50 (19.92% from 255) = 14.08%
R=40%
G=45.92%
B=14.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142163500.1300.690.3671.1553.0541.76
Hex8EA332D0452447352a
Octal21624362150105441076552
Binary10001110101000111100101101010001011001001000111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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