#8FB01F

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

Shades of Limerick #8FB01F

Tints of Limerick #8FB01F

Color information

#8FB01F (or 0x8FB01F) is unknown color: approx Limerick. HEX triplet: 8F, B0 and 1F. RGB value is (143,176,31). Sum of RGB (Red+Green+Blue) = 143+176+31=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB01F is #704FE0. Grayscale: #969696. Windows color (decimal): -7360481 or 2076815. OLE color: 2076815.

HSL color Cylindrical-coordinate representation of color #8FB01F: hue angle of 73.66º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8FB01F is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB14317631-
CMYK0.1900.820.31
HSL73.66º70.05%40.59%-
HSV(B)73.66º82.39%69.02%-
XYZ27.136.997.01-
YUV149.661.07123.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 31 (12.5% from 255) = 8.86%
R=40.86%
G=50.29%
B=8.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143176310.1900.820.3173.6670.0540.59
Hex8FB01F130521F4a4629
Octal217260372301223711210651
Binary10001111101100001111110011010100101111110010101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,176,31); }

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

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

 a { background-color: rgb(143,176,31); }

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

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

 span { border-color: rgb(143,176,31); }

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