#8EAA36

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

Shades of Limerick #8EAA36

Tints of Limerick #8EAA36

Color information

#8EAA36 (or 0x8EAA36) is unknown color: approx Limerick. HEX triplet: 8E, AA and 36. RGB value is (142,170,54). Sum of RGB (Red+Green+Blue) = 142+170+54=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAA36 is #7155C9. Grayscale: #949494. Windows color (decimal): -7427530 or 3582606. OLE color: 3582606.

HSL color Cylindrical-coordinate representation of color #8EAA36: hue angle of 74.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EAA36 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB14217054-
CMYK0.1600.680.33
HSL74.48º51.79%43.92%-
HSV(B)74.48º68.24%66.67%-
XYZ26.234.778.82-
YUV148.474.72123.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 54 (21.48% from 255) = 14.75%
R=38.80%
G=46.45%
B=14.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142170540.1600.680.3374.4851.7943.92
Hex8EAA3610044214a342c
Octal21625266200104411126454
Binary100011101010101011011010000010001001000011001010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,54); }

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

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

 a { background-color: rgb(142,170,54); }

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

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

 span { border-color: rgb(142,170,54); }

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