#8FB440

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

Shades of Limerick #8FB440

Tints of Limerick #8FB440

Color information

#8FB440 (or 0x8FB440) is unknown color: approx Limerick. HEX triplet: 8F, B4 and 40. RGB value is (143,180,64). Sum of RGB (Red+Green+Blue) = 143+180+64=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB440 is #704BBF. Grayscale: #9C9C9C. Windows color (decimal): -7359424 or 4240527. OLE color: 4240527.

HSL color Cylindrical-coordinate representation of color #8FB440: hue angle of 79.14º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FB440 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB14318064-
CMYK0.2100.640.29
HSL79.14º47.54%47.84%-
HSV(B)79.14º64.44%70.59%-
XYZ28.5738.8510.84-
YUV155.7176.24118.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 64 (25.39% from 255) = 16.54%
R=36.95%
G=46.51%
B=16.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143180640.2100.640.2979.1447.5447.84
Hex8FB440150401D4f3030
Octal217264100250100351176060
Binary100011111011010010000001010101000000111011001111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,64); }

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

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

 a { background-color: rgb(143,180,64); }

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

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

 span { border-color: rgb(143,180,64); }

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