#8FB61E

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

Shades of Limerick #8FB61E

Tints of Limerick #8FB61E

Color information

#8FB61E (or 0x8FB61E) is unknown color: approx Limerick. HEX triplet: 8F, B6 and 1E. RGB value is (143,182,30). Sum of RGB (Red+Green+Blue) = 143+182+30=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB61E is #7049E1. Grayscale: #999999. Windows color (decimal): -7358946 or 2012815. OLE color: 2012815.

HSL color Cylindrical-coordinate representation of color #8FB61E: hue angle of 75.39º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FB61E is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB14318230-
CMYK0.2100.840.29
HSL75.39º71.7%41.57%-
HSV(B)75.39º83.52%71.37%-
XYZ28.2939.397.34-
YUV153.0158.58120.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 182 (71.48% from 255) = 51.27%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=40.28%
G=51.27%
B=8.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143182300.2100.840.2975.3971.741.57
Hex8FB61E150541D4b482a
Octal217266362501243511311052
Binary10001111101101101111010101010101001110110010111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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