Shades of Limerick #8FAD3E
Tints of Limerick #8FAD3E
RGB
CMYK
RGB Variations
Color information
#8FAD3E (or 0x8FAD3E) is known color: Limerick. HEX triplet: 8F, AD and 3E. RGB value is (143,173,62). Sum of RGB (Red+Green+Blue) = 143+173+62=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD3E is #7052C1. Grayscale: #979797. Windows color (decimal): -7361218 or 4107663. OLE color: 4107663.
HSL color Cylindrical-coordinate representation of color #8FAD3E: hue angle of 76.22º 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 #8FAD3E is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 62 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.32 |
| HSL | 76.22º | 0.47% | 0.46% | - |
| HSV(B) | 76.22º | 0.64% | 0.68% | - |
| XYZ | 27.14 | 36.07 | 10.09 | - |
| YUV | 151.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 62 | 0.17 | 0 | 0.64 | 0.32 | 76.22 | 0.47 | 0.46 |
| Hex | 8F | AD | 3E | 11 | 0 | 40 | 20 | 4C | 2F | 2E |
| Octal | 217 | 255 | 76 | 21 | 0 | 100 | 40 | 114 | 57 | 56 |
| Binary | 10001111 | 10101101 | 111110 | 10001 | 0 | 1000000 | 100000 | 1001100 | 101111 | 101110 |
Color Harmonies of #8FAD3E
Complementary color
Monochromatic Colors of #8FAD3E
Black with #8FAD3E
Text Example
Text Example
White with #8FAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD3E; }
p { color: rgb(143,173,62); }
H1.HeaderClassName
{
color: #8FAD3E;
}
.AnyTagClassName
{
color: #8FAD3E;
}
</style>
background-color css
<style>
a { background-color: #8FAD3E; }
a { background-color: rgb(143,173,62); }
div.DivClassName
{
background-color: #8FAD3E;
}
.BgClassName
{
background-color: #8FAD3E;
}
</style>
border-color css
<style>
span { border-color: #8FAD3E; }
span { border-color: rgb(143,173,62); }
td.TdClassName
{
border-color: #8FAD3E;
}
.TagClassName
{
border-color: #8FAD3E;
}
</style>