#8EAD33

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

Shades of Limerick #8EAD33

Tints of Limerick #8EAD33

Color information

#8EAD33 (or 0x8EAD33) is unknown color: approx Limerick. HEX triplet: 8E, AD and 33. RGB value is (142,173,51). Sum of RGB (Red+Green+Blue) = 142+173+51=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAD33 is #7152CC. Grayscale: #969696. Windows color (decimal): -7426765 or 3386766. OLE color: 3386766.

HSL color Cylindrical-coordinate representation of color #8EAD33: hue angle of 75.25º degrees, saturation: 0.54, 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 #8EAD33 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB14217351-
CMYK0.1800.710.32
HSL75.25º54.46%43.92%-
HSV(B)75.25º70.52%67.84%-
XYZ26.735.888.65-
YUV149.8272.23122.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=38.80%
G=47.27%
B=13.93%

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
Decimal142173510.1800.710.3275.2554.4643.92
Hex8EAD3312047204b362c
Octal21625563220107401136654
Binary100011101010110111001110010010001111000001001011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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