#8DAB24

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

Shades of Limerick #8DAB24

Tints of Limerick #8DAB24

Color information

#8DAB24 (or 0x8DAB24) is unknown color: approx Limerick. HEX triplet: 8D, AB and 24. RGB value is (141,171,36). Sum of RGB (Red+Green+Blue) = 141+171+36=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB24 is #7254DB. Grayscale: #939393. Windows color (decimal): -7492828 or 2403213. OLE color: 2403213.

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

Color convert

RGB14117136-
CMYK0.1800.790.33
HSL73.33º65.22%40.59%-
HSV(B)73.33º78.95%67.06%-
XYZ25.8734.927.05-
YUV146.6465.56123.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 36 (14.45% from 255) = 10.34%
R=40.52%
G=49.14%
B=10.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141171360.1800.790.3373.3365.2240.59
Hex8DAB241204F21494129
Octal215253442201174111110151
Binary1000110110101011100100100100100111110000110010011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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