Shades of Limerick #8FAD3F
Tints of Limerick #8FAD3F
RGB
CMYK
RGB Variations
Color information
#8FAD3F (or 0x8FAD3F) is known color: Limerick. HEX triplet: 8F, AD and 3F. RGB value is (143,173,63). Sum of RGB (Red+Green+Blue) = 143+173+63=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD3F is #7052C0. Grayscale: #979797. Windows color (decimal): -7361217 or 4173199. OLE color: 4173199.
HSL color Cylindrical-coordinate representation of color #8FAD3F: hue angle of 76.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FAD3F is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 63 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.32 |
| HSL | 76.36º | 0.47% | 0.46% | - |
| HSV(B) | 76.36º | 0.64% | 0.68% | - |
| XYZ | 27.17 | 36.09 | 10.24 | - |
| YUV | 151.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 63 | 0.17 | 0 | 0.64 | 0.32 | 76.36 | 0.47 | 0.46 |
| Hex | 8F | AD | 3F | 11 | 0 | 40 | 20 | 4C | 2F | 2E |
| Octal | 217 | 255 | 77 | 21 | 0 | 100 | 40 | 114 | 57 | 56 |
| Binary | 10001111 | 10101101 | 111111 | 10001 | 0 | 1000000 | 100000 | 1001100 | 101111 | 101110 |
Color Harmonies of #8FAD3F
Complementary color
Monochromatic Colors of #8FAD3F
Black with #8FAD3F
Text Example
Text Example
White with #8FAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD3F; }
p { color: rgb(143,173,63); }
H1.HeaderClassName
{
color: #8FAD3F;
}
.AnyTagClassName
{
color: #8FAD3F;
}
</style>
background-color css
<style>
a { background-color: #8FAD3F; }
a { background-color: rgb(143,173,63); }
div.DivClassName
{
background-color: #8FAD3F;
}
.BgClassName
{
background-color: #8FAD3F;
}
</style>
border-color css
<style>
span { border-color: #8FAD3F; }
span { border-color: rgb(143,173,63); }
td.TdClassName
{
border-color: #8FAD3F;
}
.TagClassName
{
border-color: #8FAD3F;
}
</style>