Shades of Limerick #8FA623
Tints of Limerick #8FA623
RGB
CMYK
RGB Variations
Color information
#8FA623 (or 0x8FA623) is known color: Limerick. HEX triplet: 8F, A6 and 23. RGB value is (143,166,35). Sum of RGB (Red+Green+Blue) = 143+166+35=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA623 is #7059DC. Grayscale: #909090. Windows color (decimal): -7363037 or 2336399. OLE color: 2336399.
HSL color Cylindrical-coordinate representation of color #8FA623: hue angle of 70.53º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FA623 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 35 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.35 |
| HSL | 70.53º | 0.65% | 0.39% | - |
| HSV(B) | 70.53º | 0.79% | 0.65% | - |
| XYZ | 25.27 | 33.23 | 6.67 | - |
| YUV | 144.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 35 | 0.14 | 0 | 0.79 | 0.35 | 70.53 | 0.65 | 0.39 |
| Hex | 8F | A6 | 23 | E | 0 | 4F | 23 | 47 | 41 | 27 |
| Octal | 217 | 246 | 43 | 16 | 0 | 117 | 43 | 107 | 101 | 47 |
| Binary | 10001111 | 10100110 | 100011 | 1110 | 0 | 1001111 | 100011 | 1000111 | 1000001 | 100111 |
Color Harmonies of #8FA623
Complementary color
Monochromatic Colors of #8FA623
Black with #8FA623
Text Example
Text Example
White with #8FA623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA623; }
p { color: rgb(143,166,35); }
H1.HeaderClassName
{
color: #8FA623;
}
.AnyTagClassName
{
color: #8FA623;
}
</style>
background-color css
<style>
a { background-color: #8FA623; }
a { background-color: rgb(143,166,35); }
div.DivClassName
{
background-color: #8FA623;
}
.BgClassName
{
background-color: #8FA623;
}
</style>
border-color css
<style>
span { border-color: #8FA623; }
span { border-color: rgb(143,166,35); }
td.TdClassName
{
border-color: #8FA623;
}
.TagClassName
{
border-color: #8FA623;
}
</style>