#8FAC2B

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

Shades of Limerick #8FAC2B

Tints of Limerick #8FAC2B

Color information

#8FAC2B (or 0x8FAC2B) is unknown color: approx Limerick. HEX triplet: 8F, AC and 2B. RGB value is (143,172,43). Sum of RGB (Red+Green+Blue) = 143+172+43=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC2B is #7053D4. Grayscale: #959595. Windows color (decimal): -7361493 or 2862223. OLE color: 2862223.

HSL color Cylindrical-coordinate representation of color #8FAC2B: hue angle of 73.49º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FAC2B is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB14317243-
CMYK0.1700.750.33
HSL73.49º60%42.16%-
HSV(B)73.49º75%67.45%-
XYZ26.5235.527.74-
YUV148.6268.39123.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.94%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 43 (17.19% from 255) = 12.01%
R=39.94%
G=48.04%
B=12.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143172430.1700.750.3373.496042.16
Hex8FAC2B1104B21493c2a
Octal21725453210113411117452
Binary100011111010110010101110001010010111000011001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,172,43); }

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

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

 a { background-color: rgb(143,172,43); }

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

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

 span { border-color: rgb(143,172,43); }

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