#8FAB16

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

Shades of Limerick #8FAB16

Tints of Limerick #8FAB16

Color information

#8FAB16 (or 0x8FAB16) is unknown color: approx Limerick. HEX triplet: 8F, AB and 16. RGB value is (143,171,22). Sum of RGB (Red+Green+Blue) = 143+171+22=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAB16 is #7054E9. Grayscale: #929292. Windows color (decimal): -7361770 or 1485711. OLE color: 1485711.

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

Color convert

RGB14317122-
CMYK0.1600.870.33
HSL71.28º77.2%37.84%-
HSV(B)71.28º87.13%67.06%-
XYZ26.0435.026.15-
YUV145.6458.22126.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 22 (8.98% from 255) = 6.55%
R=42.56%
G=50.89%
B=6.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143171220.1600.870.3371.2877.237.84
Hex8FAB161005721474d26
Octal217253262001274110711546
Binary100011111010101110110100000101011110000110001111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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