Html Css Color HEX #8DAC18 Limerick

📋 copy color: '#8DAC18'

red 141 ◦ green 172 ◦ blue 24

#8DAC18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #8DAC18

Tints of Limerick #8DAC18

RGB

 RED value IS 141 (55.47% from 255) = 41.84%

 GREEN value IS 172 (67.58% from 255) = 51.04%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 41.84%
G = 51.04%
B = 7.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#8DAC18 (or 0x8DAC18) is known color: Limerick. HEX triplet: 8D, AC and 18. RGB value is (141,172,24). Sum of RGB (Red+Green+Blue) = 141+172+24=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAC18 is #7253E7. Grayscale: #929292. Windows color (decimal): -7492584 or 1617037. OLE color: 1617037.

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

Color convert

RGB 141 172 24 -
CMYK 0.18 0 0.86 0.33
HSL 72.57º 0.76% 0.38% -
HSV(B) 72.57º 0.86% 0.67% -
XYZ 25.9 35.23 6.3 -
YUV 145.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 141 172 24 0.18 0 0.86 0.33 72.57 0.76 0.38
Hex 8D AC 18 12 0 56 21 49 4C 26
Octal 215 254 30 22 0 126 41 111 114 46
Binary 10001101 10101100 11000 10010 0 1010110 100001 1001001 1001100 100110

Color Harmonies of #8DAC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC18

Black with #8DAC18

Text Example


Text Example

White with #8DAC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DAC18;
 }
 .AnyTagClassName
 {
   color: #8DAC18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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