Shades of Limerick #8FAA1C
Tints of Limerick #8FAA1C
RGB
CMYK
RGB Variations
Color information
#8FAA1C (or 0x8FAA1C) is known color: Limerick. HEX triplet: 8F, AA and 1C. RGB value is (143,170,28). Sum of RGB (Red+Green+Blue) = 143+170+28=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA1C is #7055E3. Grayscale: #929292. Windows color (decimal): -7362020 or 1878671. OLE color: 1878671.
HSL color Cylindrical-coordinate representation of color #8FAA1C: hue angle of 71.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FAA1C is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 28 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.33 |
| HSL | 71.41º | 0.72% | 0.39% | - |
| HSV(B) | 71.41º | 0.84% | 0.67% | - |
| XYZ | 25.91 | 34.67 | 6.43 | - |
| YUV | 145.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 28 | 0.16 | 0 | 0.84 | 0.33 | 71.41 | 0.72 | 0.39 |
| Hex | 8F | AA | 1C | 10 | 0 | 54 | 21 | 47 | 48 | 27 |
| Octal | 217 | 252 | 34 | 20 | 0 | 124 | 41 | 107 | 110 | 47 |
| Binary | 10001111 | 10101010 | 11100 | 10000 | 0 | 1010100 | 100001 | 1000111 | 1001000 | 100111 |
Color Harmonies of #8FAA1C
Complementary color
Monochromatic Colors of #8FAA1C
Black with #8FAA1C
Text Example
Text Example
White with #8FAA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA1C; }
p { color: rgb(143,170,28); }
H1.HeaderClassName
{
color: #8FAA1C;
}
.AnyTagClassName
{
color: #8FAA1C;
}
</style>
background-color css
<style>
a { background-color: #8FAA1C; }
a { background-color: rgb(143,170,28); }
div.DivClassName
{
background-color: #8FAA1C;
}
.BgClassName
{
background-color: #8FAA1C;
}
</style>
border-color css
<style>
span { border-color: #8FAA1C; }
span { border-color: rgb(143,170,28); }
td.TdClassName
{
border-color: #8FAA1C;
}
.TagClassName
{
border-color: #8FAA1C;
}
</style>