#8DAD3F

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

Shades of Limerick #8DAD3F

Tints of Limerick #8DAD3F

Color information

#8DAD3F (or 0x8DAD3F) is unknown color: approx Limerick. HEX triplet: 8D, AD and 3F. RGB value is (141,173,63). Sum of RGB (Red+Green+Blue) = 141+173+63=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD3F is #7252C0. Grayscale: #979797. Windows color (decimal): -7492289 or 4173197. OLE color: 4173197.

HSL color Cylindrical-coordinate representation of color #8DAD3F: hue angle of 77.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DAD3F is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB14117363-
CMYK0.1800.640.32
HSL77.45º46.61%46.27%-
HSV(B)77.45º63.58%67.84%-
XYZ26.8335.9110.22-
YUV150.8978.4120.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 173 (67.97% from 255) = 45.89%
BLUE value IS 63 (25% from 255) = 16.71%
R=37.40%
G=45.89%
B=16.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141173630.1800.640.3277.4546.6146.27
Hex8DAD3F12040204d2f2e
Octal21525577220100401155756
Binary100011011010110111111110010010000001000001001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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