Html Css Color HEX #8DAC3F Limerick

📋 copy color: '#8DAC3F'

red 141 ◦ green 172 ◦ blue 63

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

Shades of Limerick #8DAC3F

Tints of Limerick #8DAC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.76%

R = 37.5%
G = 45.74%
B = 16.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#8DAC3F (or 0x8DAC3F) is known color: Limerick. HEX triplet: 8D, AC and 3F. RGB value is (141,172,63). Sum of RGB (Red+Green+Blue) = 141+172+63=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC3F is #7253C0. Grayscale: #969696. Windows color (decimal): -7492545 or 4172941. OLE color: 4172941.

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

Color convert

RGB 141 172 63 -
CMYK 0.18 0 0.63 0.33
HSL 77.06º 0.46% 0.46% -
HSV(B) 77.06º 0.63% 0.67% -
XYZ 26.63 35.53 10.16 -
YUV 150.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 141 172 63 0.18 0 0.63 0.33 77.06 0.46 0.46
Hex 8D AC 3F 12 0 3F 21 4D 2E 2E
Octal 215 254 77 22 0 77 41 115 56 56
Binary 10001101 10101100 111111 10010 0 111111 100001 1001101 101110 101110

Color Harmonies of #8DAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC3F

Black with #8DAC3F

Text Example


Text Example

White with #8DAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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