#8FA842

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

Shades of Limerick #8FA842

Tints of Limerick #8FA842

Color information

#8FA842 (or 0x8FA842) is unknown color: approx Limerick. HEX triplet: 8F, A8 and 42. RGB value is (143,168,66). Sum of RGB (Red+Green+Blue) = 143+168+66=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA842 is #7057BD. Grayscale: #959595. Windows color (decimal): -7362494 or 4368527. OLE color: 4368527.

HSL color Cylindrical-coordinate representation of color #8FA842: hue angle of 74.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FA842 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB14316866-
CMYK0.1500.610.34
HSL74.71º43.59%45.88%-
HSV(B)74.71º60.71%65.88%-
XYZ26.3134.2410.38-
YUV148.981.22123.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=37.93%
G=44.56%
B=17.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal143168660.1500.610.3474.7143.5945.88
Hex8FA842F03D224b2c2e
Octal21725010217075421135456
Binary10001111101010001000010111101111011000101001011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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