Shades of Limerick #8FAA41
Tints of Limerick #8FAA41
RGB
CMYK
RGB Variations
Color information
#8FAA41 (or 0x8FAA41) is known color: Limerick. HEX triplet: 8F, AA and 41. RGB value is (143,170,65). Sum of RGB (Red+Green+Blue) = 143+170+65=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA41 is #7055BE. Grayscale: #969696. Windows color (decimal): -7361983 or 4303503. OLE color: 4303503.
HSL color Cylindrical-coordinate representation of color #8FAA41: hue angle of 75.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FAA41 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 65 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.33 |
| HSL | 75.43º | 0.45% | 0.46% | - |
| HSV(B) | 75.43º | 0.62% | 0.67% | - |
| XYZ | 26.66 | 34.97 | 10.35 | - |
| YUV | 149.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 65 | 0.16 | 0 | 0.62 | 0.33 | 75.43 | 0.45 | 0.46 |
| Hex | 8F | AA | 41 | 10 | 0 | 3E | 21 | 4B | 2D | 2E |
| Octal | 217 | 252 | 101 | 20 | 0 | 76 | 41 | 113 | 55 | 56 |
| Binary | 10001111 | 10101010 | 1000001 | 10000 | 0 | 111110 | 100001 | 1001011 | 101101 | 101110 |
Color Harmonies of #8FAA41
Complementary color
Monochromatic Colors of #8FAA41
Black with #8FAA41
Text Example
Text Example
White with #8FAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA41; }
p { color: rgb(143,170,65); }
H1.HeaderClassName
{
color: #8FAA41;
}
.AnyTagClassName
{
color: #8FAA41;
}
</style>
background-color css
<style>
a { background-color: #8FAA41; }
a { background-color: rgb(143,170,65); }
div.DivClassName
{
background-color: #8FAA41;
}
.BgClassName
{
background-color: #8FAA41;
}
</style>
border-color css
<style>
span { border-color: #8FAA41; }
span { border-color: rgb(143,170,65); }
td.TdClassName
{
border-color: #8FAA41;
}
.TagClassName
{
border-color: #8FAA41;
}
</style>