Shades of Limerick #8FAC33
Tints of Limerick #8FAC33
RGB
CMYK
RGB Variations
Color information
#8FAC33 (or 0x8FAC33) is known color: Limerick. HEX triplet: 8F, AC and 33. RGB value is (143,172,51). Sum of RGB (Red+Green+Blue) = 143+172+51=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC33 is #7053CC. Grayscale: #959595. Windows color (decimal): -7361485 or 3386511. OLE color: 3386511.
HSL color Cylindrical-coordinate representation of color #8FAC33: hue angle of 74.38º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FAC33 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 51 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.33 |
| HSL | 74.38º | 0.54% | 0.44% | - |
| HSV(B) | 74.38º | 0.7% | 0.67% | - |
| XYZ | 26.68 | 35.58 | 8.59 | - |
| YUV | 149.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 51 | 0.17 | 0 | 0.70 | 0.33 | 74.38 | 0.54 | 0.44 |
| Hex | 8F | AC | 33 | 11 | 0 | 46 | 21 | 4A | 36 | 2C |
| Octal | 217 | 254 | 63 | 21 | 0 | 106 | 41 | 112 | 66 | 54 |
| Binary | 10001111 | 10101100 | 110011 | 10001 | 0 | 1000110 | 100001 | 1001010 | 110110 | 101100 |
Color Harmonies of #8FAC33
Complementary color
Monochromatic Colors of #8FAC33
Black with #8FAC33
Text Example
Text Example
White with #8FAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC33; }
p { color: rgb(143,172,51); }
H1.HeaderClassName
{
color: #8FAC33;
}
.AnyTagClassName
{
color: #8FAC33;
}
</style>
background-color css
<style>
a { background-color: #8FAC33; }
a { background-color: rgb(143,172,51); }
div.DivClassName
{
background-color: #8FAC33;
}
.BgClassName
{
background-color: #8FAC33;
}
</style>
border-color css
<style>
span { border-color: #8FAC33; }
span { border-color: rgb(143,172,51); }
td.TdClassName
{
border-color: #8FAC33;
}
.TagClassName
{
border-color: #8FAC33;
}
</style>