#8DAB2E

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

Shades of Limerick #8DAB2E

Tints of Limerick #8DAB2E

Color information

#8DAB2E (or 0x8DAB2E) is unknown color: approx Limerick. HEX triplet: 8D, AB and 2E. RGB value is (141,171,46). Sum of RGB (Red+Green+Blue) = 141+171+46=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB2E is #7254D1. Grayscale: #949494. Windows color (decimal): -7492818 or 3058573. OLE color: 3058573.

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

Color convert

RGB14117146-
CMYK0.1800.730.33
HSL74.4º57.6%42.55%-
HSV(B)74.4º73.1%67.06%-
XYZ26.0434.997.97-
YUV147.7870.56123.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.39%
GREEN value IS 171 (67.19% from 255) = 47.77%
BLUE value IS 46 (18.36% from 255) = 12.85%
R=39.39%
G=47.77%
B=12.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141171460.1800.730.3374.457.642.55
Hex8DAB2E12049214a3a2b
Octal21525356220111411127253
Binary100011011010101110111010010010010011000011001010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,46); }

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

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

 a { background-color: rgb(141,171,46); }

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

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

 span { border-color: rgb(141,171,46); }

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