#8EAB2D

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

Shades of Limerick #8EAB2D

Tints of Limerick #8EAB2D

Color information

#8EAB2D (or 0x8EAB2D) is unknown color: approx Limerick. HEX triplet: 8E, AB and 2D. RGB value is (142,171,45). Sum of RGB (Red+Green+Blue) = 142+171+45=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAB2D is #7154D2. Grayscale: #949494. Windows color (decimal): -7427283 or 2993038. OLE color: 2993038.

HSL color Cylindrical-coordinate representation of color #8EAB2D: hue angle of 73.81º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EAB2D is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB14217145-
CMYK0.1700.740.33
HSL73.81º58.33%42.35%-
HSV(B)73.81º73.68%67.06%-
XYZ26.1935.077.87-
YUV147.9669.89123.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 171 (67.19% from 255) = 47.77%
BLUE value IS 45 (17.97% from 255) = 12.57%
R=39.66%
G=47.77%
B=12.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142171450.1700.740.3373.8158.3342.35
Hex8EAB2D1104A214a3a2a
Octal21625355210112411127252
Binary100011101010101110110110001010010101000011001010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,45); }

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

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

 a { background-color: rgb(142,171,45); }

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

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

 span { border-color: rgb(142,171,45); }

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