#8FAC24

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

Shades of Limerick #8FAC24

Tints of Limerick #8FAC24

Color information

#8FAC24 (or 0x8FAC24) is unknown color: approx Limerick. HEX triplet: 8F, AC and 24. RGB value is (143,172,36). Sum of RGB (Red+Green+Blue) = 143+172+36=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC24 is #7053DB. Grayscale: #949494. Windows color (decimal): -7361500 or 2403471. OLE color: 2403471.

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

Color convert

RGB14317236-
CMYK0.1700.790.33
HSL72.79º65.38%40.78%-
HSV(B)72.79º79.07%67.45%-
XYZ26.435.477.12-
YUV147.8364.89124.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 172 (67.58% from 255) = 49.00%
BLUE value IS 36 (14.45% from 255) = 10.26%
R=40.74%
G=49.00%
B=10.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143172360.1700.790.3372.7965.3840.78
Hex8FAC241104F21494129
Octal217254442101174111110151
Binary1000111110101100100100100010100111110000110010011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAC24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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