#8DAD32

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

Shades of Limerick #8DAD32

Tints of Limerick #8DAD32

Color information

#8DAD32 (or 0x8DAD32) is unknown color: approx Limerick. HEX triplet: 8D, AD and 32. RGB value is (141,173,50). Sum of RGB (Red+Green+Blue) = 141+173+50=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD32 is #7252CD. Grayscale: #959595. Windows color (decimal): -7492302 or 3321229. OLE color: 3321229.

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

Color convert

RGB14117350-
CMYK0.1800.710.32
HSL75.61º55.16%43.73%-
HSV(B)75.61º71.1%67.84%-
XYZ26.535.788.53-
YUV149.4171.9122-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 173 (67.97% from 255) = 47.53%
BLUE value IS 50 (19.92% from 255) = 13.74%
R=38.74%
G=47.53%
B=13.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141173500.1800.710.3275.6155.1643.73
Hex8DAD3212047204c372c
Octal21525562220107401146754
Binary100011011010110111001010010010001111000001001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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