#8DAD2C

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

Shades of Limerick #8DAD2C

Tints of Limerick #8DAD2C

Color information

#8DAD2C (or 0x8DAD2C) is unknown color: approx Limerick. HEX triplet: 8D, AD and 2C. RGB value is (141,173,44). Sum of RGB (Red+Green+Blue) = 141+173+44=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD2C is #7252D3. Grayscale: #959595. Windows color (decimal): -7492308 or 2928013. OLE color: 2928013.

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

Color convert

RGB14117344-
CMYK0.1800.750.32
HSL74.88º59.45%42.55%-
HSV(B)74.88º74.57%67.84%-
XYZ26.3835.737.89-
YUV148.7368.9122.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.39%
GREEN value IS 173 (67.97% from 255) = 48.32%
BLUE value IS 44 (17.58% from 255) = 12.29%
R=39.39%
G=48.32%
B=12.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141173440.1800.750.3274.8859.4542.55
Hex8DAD2C1204B204b3b2b
Octal21525554220113401137353
Binary100011011010110110110010010010010111000001001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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