#8FB341

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

Shades of Limerick #8FB341

Tints of Limerick #8FB341

Color information

#8FB341 (or 0x8FB341) is unknown color: approx Limerick. HEX triplet: 8F, B3 and 41. RGB value is (143,179,65). Sum of RGB (Red+Green+Blue) = 143+179+65=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB341 is #704CBE. Grayscale: #9B9B9B. Windows color (decimal): -7359679 or 4305807. OLE color: 4305807.

HSL color Cylindrical-coordinate representation of color #8FB341: hue angle of 78.95º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FB341 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB14317965-
CMYK0.2000.640.30
HSL78.95º46.72%47.84%-
HSV(B)78.95º63.69%70.2%-
XYZ28.438.4610.93-
YUV155.2477.07119.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 179 (70.31% from 255) = 46.25%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=36.95%
G=46.25%
B=16.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal143179650.2000.640.3078.9546.7247.84
Hex8FB341140401E4f2f30
Octal217263101240100361175760
Binary100011111011001110000011010001000000111101001111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,179,65); }

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

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

 a { background-color: rgb(143,179,65); }

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

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

 span { border-color: rgb(143,179,65); }

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