Shades of Limerick #8FAD30
Tints of Limerick #8FAD30
RGB
CMYK
RGB Variations
Color information
#8FAD30 (or 0x8FAD30) is known color: Limerick. HEX triplet: 8F, AD and 30. RGB value is (143,173,48). Sum of RGB (Red+Green+Blue) = 143+173+48=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD30 is #7052CF. Grayscale: #969696. Windows color (decimal): -7361232 or 3190159. OLE color: 3190159.
HSL color Cylindrical-coordinate representation of color #8FAD30: hue angle of 74.4º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FAD30 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 48 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.32 |
| HSL | 74.4º | 0.57% | 0.43% | - |
| HSV(B) | 74.4º | 0.72% | 0.68% | - |
| XYZ | 26.8 | 35.94 | 8.32 | - |
| YUV | 149.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 48 | 0.17 | 0 | 0.72 | 0.32 | 74.4 | 0.57 | 0.43 |
| Hex | 8F | AD | 30 | 11 | 0 | 48 | 20 | 4A | 39 | 2B |
| Octal | 217 | 255 | 60 | 21 | 0 | 110 | 40 | 112 | 71 | 53 |
| Binary | 10001111 | 10101101 | 110000 | 10001 | 0 | 1001000 | 100000 | 1001010 | 111001 | 101011 |
Color Harmonies of #8FAD30
Complementary color
Monochromatic Colors of #8FAD30
Black with #8FAD30
Text Example
Text Example
White with #8FAD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD30; }
p { color: rgb(143,173,48); }
H1.HeaderClassName
{
color: #8FAD30;
}
.AnyTagClassName
{
color: #8FAD30;
}
</style>
background-color css
<style>
a { background-color: #8FAD30; }
a { background-color: rgb(143,173,48); }
div.DivClassName
{
background-color: #8FAD30;
}
.BgClassName
{
background-color: #8FAD30;
}
</style>
border-color css
<style>
span { border-color: #8FAD30; }
span { border-color: rgb(143,173,48); }
td.TdClassName
{
border-color: #8FAD30;
}
.TagClassName
{
border-color: #8FAD30;
}
</style>