#8EAE19

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

Shades of Limerick #8EAE19

Tints of Limerick #8EAE19

Color information

#8EAE19 (or 0x8EAE19) is unknown color: approx Limerick. HEX triplet: 8E, AE and 19. RGB value is (142,174,25). Sum of RGB (Red+Green+Blue) = 142+174+25=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAE19 is #7151E6. Grayscale: #949494. Windows color (decimal): -7426535 or 1683086. OLE color: 1683086.

HSL color Cylindrical-coordinate representation of color #8EAE19: hue angle of 72.89º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8EAE19 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB14217425-
CMYK0.1800.860.32
HSL72.89º74.87%39.02%-
HSV(B)72.89º85.63%68.24%-
XYZ26.4736.096.49-
YUV147.4558.9124.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 174 (68.36% from 255) = 51.03%
BLUE value IS 25 (10.16% from 255) = 7.33%
R=41.64%
G=51.03%
B=7.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142174250.1800.860.3272.8974.8739.02
Hex8EAE191205620494b27
Octal216256312201264011111347
Binary100011101010111011001100100101011010000010010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,174,25); }

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

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

 a { background-color: rgb(142,174,25); }

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

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

 span { border-color: rgb(142,174,25); }

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