#8EAE1A

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

Shades of Limerick #8EAE1A

Tints of Limerick #8EAE1A

Color information

#8EAE1A (or 0x8EAE1A) is unknown color: approx Limerick. HEX triplet: 8E, AE and 1A. RGB value is (142,174,26). Sum of RGB (Red+Green+Blue) = 142+174+26=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAE1A is #7151E5. Grayscale: #949494. Windows color (decimal): -7426534 or 1748622. OLE color: 1748622.

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

Color convert

RGB14217426-
CMYK0.1800.850.32
HSL72.97º74%39.22%-
HSV(B)72.97º85.06%68.24%-
XYZ26.4836.16.55-
YUV147.5659.4124.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 174 (68.36% from 255) = 50.88%
BLUE value IS 26 (10.55% from 255) = 7.60%
R=41.52%
G=50.88%
B=7.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142174260.1800.850.3272.977439.22
Hex8EAE1A1205520494a27
Octal216256322201254011111247
Binary100011101010111011010100100101010110000010010011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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