#8DBA18

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

Shades of Limerick #8DBA18

Tints of Limerick #8DBA18

Color information

#8DBA18 (or 0x8DBA18) is unknown color: approx Limerick. HEX triplet: 8D, BA and 18. RGB value is (141,186,24). Sum of RGB (Red+Green+Blue) = 141+186+24=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA18 is #7245E7. Grayscale: #9A9A9A. Windows color (decimal): -7489000 or 1620621. OLE color: 1620621.

HSL color Cylindrical-coordinate representation of color #8DBA18: hue angle of 76.67º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DBA18 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB14118624-
CMYK0.2400.870.27
HSL76.67º77.14%41.18%-
HSV(B)76.67º87.1%72.94%-
XYZ28.7140.857.24-
YUV154.0854.59118.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 186 (73.05% from 255) = 52.99%
BLUE value IS 24 (9.77% from 255) = 6.84%
R=40.17%
G=52.99%
B=6.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141186240.2400.870.2776.6777.1441.18
Hex8DBA18180571B4d4d29
Octal215272303001273311511551
Binary10001101101110101100011000010101111101110011011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,186,24); }

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

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

 a { background-color: rgb(141,186,24); }

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

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

 span { border-color: rgb(141,186,24); }

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