#8EAD32

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

Shades of Limerick #8EAD32

Tints of Limerick #8EAD32

Color information

#8EAD32 (or 0x8EAD32) is unknown color: approx Limerick. HEX triplet: 8E, AD and 32. RGB value is (142,173,50). Sum of RGB (Red+Green+Blue) = 142+173+50=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAD32 is #7152CD. Grayscale: #969696. Windows color (decimal): -7426766 or 3321230. OLE color: 3321230.

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

Color convert

RGB14217350-
CMYK0.1800.710.32
HSL75.12º55.16%43.73%-
HSV(B)75.12º71.1%67.84%-
XYZ26.6735.878.53-
YUV149.7171.73122.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=38.90%
G=47.40%
B=13.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142173500.1800.710.3275.1255.1643.73
Hex8EAD3212047204b372c
Octal21625562220107401136754
Binary100011101010110111001010010010001111000001001011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,173,50); }

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

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

 a { background-color: rgb(142,173,50); }

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

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

 span { border-color: rgb(142,173,50); }

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