Shades of Limerick #8FAA29
Tints of Limerick #8FAA29
RGB
CMYK
RGB Variations
Color information
#8FAA29 (or 0x8FAA29) is known color: Limerick. HEX triplet: 8F, AA and 29. RGB value is (143,170,41). Sum of RGB (Red+Green+Blue) = 143+170+41=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA29 is #7055D6. Grayscale: #939393. Windows color (decimal): -7362007 or 2730639. OLE color: 2730639.
HSL color Cylindrical-coordinate representation of color #8FAA29: hue angle of 72.56º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FAA29 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 41 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.33 |
| HSL | 72.56º | 0.61% | 0.41% | - |
| HSV(B) | 72.56º | 0.76% | 0.67% | - |
| XYZ | 26.1 | 34.75 | 7.43 | - |
| YUV | 147.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 41 | 0.16 | 0 | 0.76 | 0.33 | 72.56 | 0.61 | 0.41 |
| Hex | 8F | AA | 29 | 10 | 0 | 4C | 21 | 49 | 3D | 29 |
| Octal | 217 | 252 | 51 | 20 | 0 | 114 | 41 | 111 | 75 | 51 |
| Binary | 10001111 | 10101010 | 101001 | 10000 | 0 | 1001100 | 100001 | 1001001 | 111101 | 101001 |
Color Harmonies of #8FAA29
Complementary color
Monochromatic Colors of #8FAA29
Black with #8FAA29
Text Example
Text Example
White with #8FAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA29; }
p { color: rgb(143,170,41); }
H1.HeaderClassName
{
color: #8FAA29;
}
.AnyTagClassName
{
color: #8FAA29;
}
</style>
background-color css
<style>
a { background-color: #8FAA29; }
a { background-color: rgb(143,170,41); }
div.DivClassName
{
background-color: #8FAA29;
}
.BgClassName
{
background-color: #8FAA29;
}
</style>
border-color css
<style>
span { border-color: #8FAA29; }
span { border-color: rgb(143,170,41); }
td.TdClassName
{
border-color: #8FAA29;
}
.TagClassName
{
border-color: #8FAA29;
}
</style>