#8FB138

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

Shades of Limerick #8FB138

Tints of Limerick #8FB138

Color information

#8FB138 (or 0x8FB138) is unknown color: approx Limerick. HEX triplet: 8F, B1 and 38. RGB value is (143,177,56). Sum of RGB (Red+Green+Blue) = 143+177+56=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB138 is #704EC7. Grayscale: #999999. Windows color (decimal): -7360200 or 3715471. OLE color: 3715471.

HSL color Cylindrical-coordinate representation of color #8FB138: hue angle of 76.86º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FB138 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB14317756-
CMYK0.1900.680.31
HSL76.86º51.93%45.69%-
HSV(B)76.86º68.36%69.41%-
XYZ27.7637.579.53-
YUV153.0473.24120.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.03%
GREEN value IS 177 (69.53% from 255) = 47.07%
BLUE value IS 56 (22.27% from 255) = 14.89%
R=38.03%
G=47.07%
B=14.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143177560.1900.680.3176.8651.9345.69
Hex8FB138130441F4d342e
Octal21726170230104371156456
Binary10001111101100011110001001101000100111111001101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,177,56); }

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

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

 a { background-color: rgb(143,177,56); }

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

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

 span { border-color: rgb(143,177,56); }

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