#8FA537

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

Shades of Limerick #8FA537

Tints of Limerick #8FA537

Color information

#8FA537 (or 0x8FA537) is unknown color: approx Limerick. HEX triplet: 8F, A5 and 37. RGB value is (143,165,55). Sum of RGB (Red+Green+Blue) = 143+165+55=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA537 is #705AC8. Grayscale: #929292. Windows color (decimal): -7363273 or 3646863. OLE color: 3646863.

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

Color convert

RGB14316555-
CMYK0.1300.670.35
HSL72º50%43.14%-
HSV(B)72º66.67%64.71%-
XYZ25.4733.038.65-
YUV145.8876.71125.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 55 (21.88% from 255) = 15.15%
R=39.39%
G=45.45%
B=15.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143165550.1300.670.35725043.14
Hex8FA537D0432348322b
Octal21724567150103431106253
Binary10001111101001011101111101010000111000111001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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