#8EB135

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

Shades of Limerick #8EB135

Tints of Limerick #8EB135

Color information

#8EB135 (or 0x8EB135) is unknown color: approx Limerick. HEX triplet: 8E, B1 and 35. RGB value is (142,177,53). Sum of RGB (Red+Green+Blue) = 142+177+53=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB135 is #714ECA. Grayscale: #989898. Windows color (decimal): -7425739 or 3518862. OLE color: 3518862.

HSL color Cylindrical-coordinate representation of color #8EB135: hue angle of 76.94º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EB135 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB14217753-
CMYK0.2000.700.31
HSL76.94º53.91%45.1%-
HSV(B)76.94º70.06%69.41%-
XYZ27.5237.459.15-
YUV152.471.9120.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.17%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=38.17%
G=47.58%
B=14.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142177530.2000.700.3176.9453.9145.1
Hex8EB135140461F4d362d
Octal21626165240106371156655
Binary10001110101100011101011010001000110111111001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,177,53); }

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

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

 a { background-color: rgb(142,177,53); }

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

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

 span { border-color: rgb(142,177,53); }

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