Shades of Limerick #8FAA2C
Tints of Limerick #8FAA2C
RGB
CMYK
RGB Variations
Color information
#8FAA2C (or 0x8FAA2C) is known color: Limerick. HEX triplet: 8F, AA and 2C. RGB value is (143,170,44). Sum of RGB (Red+Green+Blue) = 143+170+44=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA2C is #7055D3. Grayscale: #949494. Windows color (decimal): -7362004 or 2927247. OLE color: 2927247.
HSL color Cylindrical-coordinate representation of color #8FAA2C: hue angle of 72.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FAA2C is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 44 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.33 |
| HSL | 72.86º | 0.59% | 0.42% | - |
| HSV(B) | 72.86º | 0.74% | 0.67% | - |
| XYZ | 26.16 | 34.77 | 7.72 | - |
| YUV | 147.56 | 69.55 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 44 | 0.16 | 0 | 0.74 | 0.33 | 72.86 | 0.59 | 0.42 |
| Hex | 8F | AA | 2C | 10 | 0 | 4A | 21 | 49 | 3B | 2A |
| Octal | 217 | 252 | 54 | 20 | 0 | 112 | 41 | 111 | 73 | 52 |
| Binary | 10001111 | 10101010 | 101100 | 10000 | 0 | 1001010 | 100001 | 1001001 | 111011 | 101010 |
Color Harmonies of #8FAA2C
Complementary color
Monochromatic Colors of #8FAA2C
Black with #8FAA2C
Text Example
Text Example
White with #8FAA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA2C; }
p { color: rgb(143,170,44); }
H1.HeaderClassName
{
color: #8FAA2C;
}
.AnyTagClassName
{
color: #8FAA2C;
}
</style>
background-color css
<style>
a { background-color: #8FAA2C; }
a { background-color: rgb(143,170,44); }
div.DivClassName
{
background-color: #8FAA2C;
}
.BgClassName
{
background-color: #8FAA2C;
}
</style>
border-color css
<style>
span { border-color: #8FAA2C; }
span { border-color: rgb(143,170,44); }
td.TdClassName
{
border-color: #8FAA2C;
}
.TagClassName
{
border-color: #8FAA2C;
}
</style>