Html Css Color HEX #8DAC1F Limerick

📋 copy color: '#8DAC1F'

red 141 ◦ green 172 ◦ blue 31

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

Shades of Limerick #8DAC1F

Tints of Limerick #8DAC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.01%

R = 40.99%
G = 50%
B = 9.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#8DAC1F (or 0x8DAC1F) is known color: Limerick. HEX triplet: 8D, AC and 1F. RGB value is (141,172,31). Sum of RGB (Red+Green+Blue) = 141+172+31=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC1F is #7253E0. Grayscale: #939393. Windows color (decimal): -7492577 or 2075789. OLE color: 2075789.

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

Color convert

RGB 141 172 31 -
CMYK 0.18 0 0.82 0.33
HSL 73.19º 0.69% 0.4% -
HSV(B) 73.19º 0.82% 0.67% -
XYZ 25.98 35.27 6.73 -
YUV 146.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 141 172 31 0.18 0 0.82 0.33 73.19 0.69 0.4
Hex 8D AC 1F 12 0 52 21 49 45 28
Octal 215 254 37 22 0 122 41 111 105 50
Binary 10001101 10101100 11111 10010 0 1010010 100001 1001001 1000101 101000

Color Harmonies of #8DAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC1F

Black with #8DAC1F

Text Example


Text Example

White with #8DAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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