Shades of Limerick #8FAD27
Tints of Limerick #8FAD27
RGB
CMYK
RGB Variations
Color information
#8FAD27 (or 0x8FAD27) is known color: Limerick. HEX triplet: 8F, AD and 27. RGB value is (143,173,39). Sum of RGB (Red+Green+Blue) = 143+173+39=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD27 is #7052D8. Grayscale: #959595. Windows color (decimal): -7361241 or 2600335. OLE color: 2600335.
HSL color Cylindrical-coordinate representation of color #8FAD27: hue angle of 73.43º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8FAD27 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 39 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.32 |
| HSL | 73.43º | 0.63% | 0.42% | - |
| HSV(B) | 73.43º | 0.77% | 0.68% | - |
| XYZ | 26.64 | 35.87 | 7.44 | - |
| YUV | 148.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 39 | 0.17 | 0 | 0.77 | 0.32 | 73.43 | 0.63 | 0.42 |
| Hex | 8F | AD | 27 | 11 | 0 | 4D | 20 | 49 | 3F | 2A |
| Octal | 217 | 255 | 47 | 21 | 0 | 115 | 40 | 111 | 77 | 52 |
| Binary | 10001111 | 10101101 | 100111 | 10001 | 0 | 1001101 | 100000 | 1001001 | 111111 | 101010 |
Color Harmonies of #8FAD27
Complementary color
Monochromatic Colors of #8FAD27
Black with #8FAD27
Text Example
Text Example
White with #8FAD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD27; }
p { color: rgb(143,173,39); }
H1.HeaderClassName
{
color: #8FAD27;
}
.AnyTagClassName
{
color: #8FAD27;
}
</style>
background-color css
<style>
a { background-color: #8FAD27; }
a { background-color: rgb(143,173,39); }
div.DivClassName
{
background-color: #8FAD27;
}
.BgClassName
{
background-color: #8FAD27;
}
</style>
border-color css
<style>
span { border-color: #8FAD27; }
span { border-color: rgb(143,173,39); }
td.TdClassName
{
border-color: #8FAD27;
}
.TagClassName
{
border-color: #8FAD27;
}
</style>