Shades of Limerick #8FAD3A
Tints of Limerick #8FAD3A
RGB
CMYK
RGB Variations
Color information
#8FAD3A (or 0x8FAD3A) is known color: Limerick. HEX triplet: 8F, AD and 3A. RGB value is (143,173,58). Sum of RGB (Red+Green+Blue) = 143+173+58=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD3A is #7052C5. Grayscale: #979797. Windows color (decimal): -7361222 or 3845519. OLE color: 3845519.
HSL color Cylindrical-coordinate representation of color #8FAD3A: hue angle of 75.65º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FAD3A is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 58 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.32 |
| HSL | 75.65º | 0.5% | 0.45% | - |
| HSV(B) | 75.65º | 0.66% | 0.68% | - |
| XYZ | 27.03 | 36.03 | 9.53 | - |
| YUV | 150.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 58 | 0.17 | 0 | 0.66 | 0.32 | 75.65 | 0.5 | 0.45 |
| Hex | 8F | AD | 3A | 11 | 0 | 42 | 20 | 4C | 32 | 2D |
| Octal | 217 | 255 | 72 | 21 | 0 | 102 | 40 | 114 | 62 | 55 |
| Binary | 10001111 | 10101101 | 111010 | 10001 | 0 | 1000010 | 100000 | 1001100 | 110010 | 101101 |
Color Harmonies of #8FAD3A
Complementary color
Monochromatic Colors of #8FAD3A
Black with #8FAD3A
Text Example
Text Example
White with #8FAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD3A; }
p { color: rgb(143,173,58); }
H1.HeaderClassName
{
color: #8FAD3A;
}
.AnyTagClassName
{
color: #8FAD3A;
}
</style>
background-color css
<style>
a { background-color: #8FAD3A; }
a { background-color: rgb(143,173,58); }
div.DivClassName
{
background-color: #8FAD3A;
}
.BgClassName
{
background-color: #8FAD3A;
}
</style>
border-color css
<style>
span { border-color: #8FAD3A; }
span { border-color: rgb(143,173,58); }
td.TdClassName
{
border-color: #8FAD3A;
}
.TagClassName
{
border-color: #8FAD3A;
}
</style>