#8DA536

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

Shades of Limerick #8DA536

Tints of Limerick #8DA536

Color information

#8DA536 (or 0x8DA536) is unknown color: approx Limerick. HEX triplet: 8D, A5 and 36. RGB value is (141,165,54). Sum of RGB (Red+Green+Blue) = 141+165+54=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA536 is #725AC9. Grayscale: #919191. Windows color (decimal): -7494346 or 3581325. OLE color: 3581325.

HSL color Cylindrical-coordinate representation of color #8DA536: hue angle of 72.97º degrees, saturation: 0.51, 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 #8DA536 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB14116554-
CMYK0.1500.670.35
HSL72.97º50.68%42.94%-
HSV(B)72.97º67.27%64.71%-
XYZ25.1132.848.51-
YUV145.1776.55125.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 165 (64.84% from 255) = 45.83%
BLUE value IS 54 (21.48% from 255) = 15%
R=39.17%
G=45.83%
B=15%

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
Decimal141165540.1500.670.3572.9750.6842.94
Hex8DA536F0432349332b
Octal21524566170103431116353
Binary10001101101001011101101111010000111000111001001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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