#8FAB20

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

Shades of Limerick #8FAB20

Tints of Limerick #8FAB20

Color information

#8FAB20 (or 0x8FAB20) is unknown color: approx Limerick. HEX triplet: 8F, AB and 20. RGB value is (143,171,32). Sum of RGB (Red+Green+Blue) = 143+171+32=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAB20 is #7054DF. Grayscale: #939393. Windows color (decimal): -7361760 or 2141071. OLE color: 2141071.

HSL color Cylindrical-coordinate representation of color #8FAB20: hue angle of 72.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8FAB20 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB14317132-
CMYK0.1600.810.33
HSL72.09º68.47%39.8%-
HSV(B)72.09º81.29%67.06%-
XYZ26.1535.076.76-
YUV146.7863.22125.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.33%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 32 (12.89% from 255) = 9.25%
R=41.33%
G=49.42%
B=9.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143171320.1600.810.3372.0968.4739.8
Hex8FAB201005121484428
Octal217253402001214111010450
Binary1000111110101011100000100000101000110000110010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,171,32); }

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

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

 a { background-color: rgb(143,171,32); }

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

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

 span { border-color: rgb(143,171,32); }

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