#8EAF19

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

Shades of Limerick #8EAF19

Tints of Limerick #8EAF19

Color information

#8EAF19 (or 0x8EAF19) is unknown color: approx Limerick. HEX triplet: 8E, AF and 19. RGB value is (142,175,25). Sum of RGB (Red+Green+Blue) = 142+175+25=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAF19 is #7150E6. Grayscale: #949494. Windows color (decimal): -7426279 or 1683342. OLE color: 1683342.

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

Color convert

RGB14217525-
CMYK0.1900.860.31
HSL73.2º75%39.22%-
HSV(B)73.2º85.71%68.63%-
XYZ26.6636.486.56-
YUV148.0358.57123.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 25 (10.16% from 255) = 7.31%
R=41.52%
G=51.17%
B=7.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142175250.1900.860.3173.27539.22
Hex8EAF19130561F494b27
Octal216257312301263711111347
Binary10001110101011111100110011010101101111110010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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