#8FBC1E

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

Shades of Limerick #8FBC1E

Tints of Limerick #8FBC1E

Color information

#8FBC1E (or 0x8FBC1E) is unknown color: approx Limerick. HEX triplet: 8F, BC and 1E. RGB value is (143,188,30). Sum of RGB (Red+Green+Blue) = 143+188+30=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC1E is #7043E1. Grayscale: #9D9D9D. Windows color (decimal): -7357410 or 2014351. OLE color: 2014351.

HSL color Cylindrical-coordinate representation of color #8FBC1E: hue angle of 77.09º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FBC1E is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB14318830-
CMYK0.2400.840.26
HSL77.09º72.48%42.75%-
HSV(B)77.09º84.04%73.73%-
XYZ29.5541.97.76-
YUV156.5356.59118.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 188 (73.83% from 255) = 52.08%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=39.61%
G=52.08%
B=8.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal143188300.2400.840.2677.0972.4842.75
Hex8FBC1E180541A4d482b
Octal217274363001243211511053
Binary10001111101111001111011000010101001101010011011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,188,30); }

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

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

 a { background-color: rgb(143,188,30); }

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

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

 span { border-color: rgb(143,188,30); }

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