Shades of Limerick #8FAA17
Tints of Limerick #8FAA17
RGB
CMYK
RGB Variations
Color information
#8FAA17 (or 0x8FAA17) is known color: Limerick. HEX triplet: 8F, AA and 17. RGB value is (143,170,23). Sum of RGB (Red+Green+Blue) = 143+170+23=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA17 is #7055E8. Grayscale: #919191. Windows color (decimal): -7362025 or 1550991. OLE color: 1550991.
HSL color Cylindrical-coordinate representation of color #8FAA17: hue angle of 71.02º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8FAA17 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 23 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.33 |
| HSL | 71.02º | 0.76% | 0.38% | - |
| HSV(B) | 71.02º | 0.86% | 0.67% | - |
| XYZ | 25.86 | 34.65 | 6.14 | - |
| YUV | 145.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 23 | 0.16 | 0 | 0.86 | 0.33 | 71.02 | 0.76 | 0.38 |
| Hex | 8F | AA | 17 | 10 | 0 | 56 | 21 | 47 | 4C | 26 |
| Octal | 217 | 252 | 27 | 20 | 0 | 126 | 41 | 107 | 114 | 46 |
| Binary | 10001111 | 10101010 | 10111 | 10000 | 0 | 1010110 | 100001 | 1000111 | 1001100 | 100110 |
Color Harmonies of #8FAA17
Complementary color
Monochromatic Colors of #8FAA17
Black with #8FAA17
Text Example
Text Example
White with #8FAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA17; }
p { color: rgb(143,170,23); }
H1.HeaderClassName
{
color: #8FAA17;
}
.AnyTagClassName
{
color: #8FAA17;
}
</style>
background-color css
<style>
a { background-color: #8FAA17; }
a { background-color: rgb(143,170,23); }
div.DivClassName
{
background-color: #8FAA17;
}
.BgClassName
{
background-color: #8FAA17;
}
</style>
border-color css
<style>
span { border-color: #8FAA17; }
span { border-color: rgb(143,170,23); }
td.TdClassName
{
border-color: #8FAA17;
}
.TagClassName
{
border-color: #8FAA17;
}
</style>