#8bc41a

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

Shades of Limerick #8BC41A

Tints of Limerick #8BC41A

Color information

#8BC41A (or 0x8BC41A) is unknown color: approx Limerick. HEX triplet: 8B, C4 and 1A. RGB value is (139,196,26). Sum of RGB (Red+Green+Blue) = 139+196+26=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC41A is #743BE5. Grayscale: #A0A0A0. Windows color (decimal): -7617510 or 1754251. OLE color: 1754251.

HSL color Cylindrical-coordinate representation of color #8BC41A: hue angle of 80.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8BC41A is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB13919626-
CMYK0.2900.870.23
HSL80.12º76.58%43.53%-
HSV(B)80.12º86.73%76.86%-
XYZ30.5745.048.06-
YUV159.5852.62113.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 196 (76.95% from 255) = 54.29%
BLUE value IS 26 (10.55% from 255) = 7.20%
R=38.50%
G=54.29%
B=7.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal139196260.2900.870.2380.1276.5843.53
Hex8BC41A1D05717504d2c
Octal213304323501272712011554
Binary10001011110001001101011101010101111011110100001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bc41a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,26); }

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

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

 a { background-color: rgb(139,196,26); }

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

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

 span { border-color: rgb(139,196,26); }

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