#8EA233

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

Shades of Limerick #8EA233

Tints of Limerick #8EA233

Color information

#8EA233 (or 0x8EA233) is unknown color: approx Limerick. HEX triplet: 8E, A2 and 33. RGB value is (142,162,51). Sum of RGB (Red+Green+Blue) = 142+162+51=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA233 is #715DCC. Grayscale: #8F8F8F. Windows color (decimal): -7429581 or 3383950. OLE color: 3383950.

HSL color Cylindrical-coordinate representation of color #8EA233: hue angle of 70.81º degrees, saturation: 0.52, 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 #8EA233 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB14216251-
CMYK0.1200.690.36
HSL70.81º52.11%41.76%-
HSV(B)70.81º68.52%63.53%-
XYZ24.6731.837.98-
YUV143.3775.87127.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=40%
G=45.63%
B=14.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162510.1200.690.3670.8152.1141.76
Hex8EA233C0452447342a
Octal21624263140105441076452
Binary10001110101000101100111100010001011001001000111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,162,51); }

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

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

 a { background-color: rgb(142,162,51); }

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

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

 span { border-color: rgb(142,162,51); }

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