Html Css Color HEX #8DAC1E Limerick

📋 copy color: '#8DAC1E'

red 141 ◦ green 172 ◦ blue 30

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

Shades of Limerick #8DAC1E

Tints of Limerick #8DAC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 41.11%
G = 50.15%
B = 8.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#8DAC1E (or 0x8DAC1E) is known color: Limerick. HEX triplet: 8D, AC and 1E. RGB value is (141,172,30). Sum of RGB (Red+Green+Blue) = 141+172+30=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC1E is #7253E1. Grayscale: #939393. Windows color (decimal): -7492578 or 2010253. OLE color: 2010253.

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

Color convert

RGB 141 172 30 -
CMYK 0.18 0 0.83 0.33
HSL 73.1º 0.7% 0.4% -
HSV(B) 73.1º 0.83% 0.67% -
XYZ 25.97 35.26 6.67 -
YUV 146.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 141 172 30 0.18 0 0.83 0.33 73.1 0.7 0.4
Hex 8D AC 1E 12 0 53 21 49 46 28
Octal 215 254 36 22 0 123 41 111 106 50
Binary 10001101 10101100 11110 10010 0 1010011 100001 1001001 1000110 101000

Color Harmonies of #8DAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC1E

Black with #8DAC1E

Text Example


Text Example

White with #8DAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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