#8FB542

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

Shades of Limerick #8FB542

Tints of Limerick #8FB542

Color information

#8FB542 (or 0x8FB542) is unknown color: approx Limerick. HEX triplet: 8F, B5 and 42. RGB value is (143,181,66). Sum of RGB (Red+Green+Blue) = 143+181+66=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB542 is #704ABD. Grayscale: #9C9C9C. Windows color (decimal): -7359166 or 4371855. OLE color: 4371855.

HSL color Cylindrical-coordinate representation of color #8FB542: hue angle of 79.83º degrees, saturation: 0.47, 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 #8FB542 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB14318166-
CMYK0.2100.640.29
HSL79.83º46.56%48.43%-
HSV(B)79.83º63.54%70.98%-
XYZ28.8339.2811.22-
YUV156.5376.91118.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=36.67%
G=46.41%
B=16.92%

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
Decimal143181660.2100.640.2979.8346.5648.43
Hex8FB542150401D502f30
Octal217265102250100351205760
Binary100011111011010110000101010101000000111011010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,181,66); }

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

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

 a { background-color: rgb(143,181,66); }

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

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

 span { border-color: rgb(143,181,66); }

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