#8EB01F

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

Shades of Limerick #8EB01F

Tints of Limerick #8EB01F

Color information

#8EB01F (or 0x8EB01F) is unknown color: approx Limerick. HEX triplet: 8E, B0 and 1F. RGB value is (142,176,31). Sum of RGB (Red+Green+Blue) = 142+176+31=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB01F is #714FE0. Grayscale: #959595. Windows color (decimal): -7426017 or 2076814. OLE color: 2076814.

HSL color Cylindrical-coordinate representation of color #8EB01F: hue angle of 74.07º 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 #8EB01F is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB14217631-
CMYK0.1900.820.31
HSL74.07º70.05%40.59%-
HSV(B)74.07º82.39%69.02%-
XYZ26.9336.97-
YUV149.361.24122.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 176 (69.14% from 255) = 50.43%
BLUE value IS 31 (12.5% from 255) = 8.88%
R=40.69%
G=50.43%
B=8.88%

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
Decimal142176310.1900.820.3174.0770.0540.59
Hex8EB01F130521F4a4629
Octal216260372301223711210651
Binary10001110101100001111110011010100101111110010101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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