#8FB228

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

Shades of Limerick #8FB228

Tints of Limerick #8FB228

Color information

#8FB228 (or 0x8FB228) is unknown color: approx Limerick. HEX triplet: 8F, B2 and 28. RGB value is (143,178,40). Sum of RGB (Red+Green+Blue) = 143+178+40=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB228 is #704DD7. Grayscale: #989898. Windows color (decimal): -7359960 or 2667151. OLE color: 2667151.

HSL color Cylindrical-coordinate representation of color #8FB228: hue angle of 75.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FB228 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB14317840-
CMYK0.2000.780.30
HSL75.22º63.3%42.75%-
HSV(B)75.22º77.53%69.8%-
XYZ27.6337.837.85-
YUV151.864.9121.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 178 (69.92% from 255) = 49.31%
BLUE value IS 40 (16.02% from 255) = 11.08%
R=39.61%
G=49.31%
B=11.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal143178400.2000.780.3075.2263.342.75
Hex8FB2281404E1E4b3f2b
Octal21726250240116361137753
Binary10001111101100101010001010001001110111101001011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,178,40); }

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

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

 a { background-color: rgb(143,178,40); }

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

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

 span { border-color: rgb(143,178,40); }

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