#8EB730

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

Shades of Limerick #8EB730

Tints of Limerick #8EB730

Color information

#8EB730 (or 0x8EB730) is unknown color: approx Limerick. HEX triplet: 8E, B7 and 30. RGB value is (142,183,48). Sum of RGB (Red+Green+Blue) = 142+183+48=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB730 is #7148CF. Grayscale: #9B9B9B. Windows color (decimal): -7424208 or 3192718. OLE color: 3192718.

HSL color Cylindrical-coordinate representation of color #8EB730: hue angle of 78.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EB730 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB14218348-
CMYK0.2200.740.28
HSL78.22º58.44%45.29%-
HSV(B)78.22º73.77%71.76%-
XYZ28.6239.838.98-
YUV155.3567.42118.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 48 (19.14% from 255) = 12.87%
R=38.07%
G=49.06%
B=12.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal142183480.2200.740.2878.2258.4445.29
Hex8EB7301604A1C4e3a2d
Octal21626760260112341167255
Binary10001110101101111100001011001001010111001001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,183,48); }

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

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

 a { background-color: rgb(142,183,48); }

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

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

 span { border-color: rgb(142,183,48); }

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