#8DA537

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

Shades of Limerick #8DA537

Tints of Limerick #8DA537

Color information

#8DA537 (or 0x8DA537) is unknown color: approx Limerick. HEX triplet: 8D, A5 and 37. RGB value is (141,165,55). Sum of RGB (Red+Green+Blue) = 141+165+55=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA537 is #725AC8. Grayscale: #919191. Windows color (decimal): -7494345 or 3646861. OLE color: 3646861.

HSL color Cylindrical-coordinate representation of color #8DA537: hue angle of 73.09º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DA537 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB14116555-
CMYK0.1500.670.35
HSL73.09º50%43.14%-
HSV(B)73.09º66.67%64.71%-
XYZ25.1332.858.63-
YUV145.2877.05124.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 55 (21.88% from 255) = 15.24%
R=39.06%
G=45.71%
B=15.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141165550.1500.670.3573.095043.14
Hex8DA537F0432349322b
Octal21524567170103431116253
Binary10001101101001011101111111010000111000111001001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,165,55); }

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

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

 a { background-color: rgb(141,165,55); }

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

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

 span { border-color: rgb(141,165,55); }

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