#8FAD18

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

Shades of Limerick #8FAD18

Tints of Limerick #8FAD18

Color information

#8FAD18 (or 0x8FAD18) is unknown color: approx Limerick. HEX triplet: 8F, AD and 18. RGB value is (143,173,24). Sum of RGB (Red+Green+Blue) = 143+173+24=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAD18 is #7052E7. Grayscale: #939393. Windows color (decimal): -7361256 or 1617295. OLE color: 1617295.

HSL color Cylindrical-coordinate representation of color #8FAD18: hue angle of 72.08º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8FAD18 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB14317324-
CMYK0.1700.860.32
HSL72.08º75.63%38.63%-
HSV(B)72.08º86.13%67.84%-
XYZ26.4435.796.38-
YUV147.0458.56125.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.06%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=42.06%
G=50.88%
B=7.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143173240.1700.860.3272.0875.6338.63
Hex8FAD181105620484c27
Octal217255302101264011011447
Binary100011111010110111000100010101011010000010010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,173,24); }

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

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

 a { background-color: rgb(143,173,24); }

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

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

 span { border-color: rgb(143,173,24); }

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