Shades of Limerick #8FA63A
Tints of Limerick #8FA63A
RGB
CMYK
RGB Variations
Color information
#8FA63A (or 0x8FA63A) is known color: Limerick. HEX triplet: 8F, A6 and 3A. RGB value is (143,166,58). Sum of RGB (Red+Green+Blue) = 143+166+58=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA63A is #7059C5. Grayscale: #939393. Windows color (decimal): -7363014 or 3843727. OLE color: 3843727.
HSL color Cylindrical-coordinate representation of color #8FA63A: hue angle of 72.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FA63A is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 58 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.35 |
| HSL | 72.78º | 0.48% | 0.44% | - |
| HSV(B) | 72.78º | 0.65% | 0.65% | - |
| XYZ | 25.73 | 33.42 | 9.1 | - |
| YUV | 146.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 58 | 0.14 | 0 | 0.65 | 0.35 | 72.78 | 0.48 | 0.44 |
| Hex | 8F | A6 | 3A | E | 0 | 41 | 23 | 49 | 30 | 2C |
| Octal | 217 | 246 | 72 | 16 | 0 | 101 | 43 | 111 | 60 | 54 |
| Binary | 10001111 | 10100110 | 111010 | 1110 | 0 | 1000001 | 100011 | 1001001 | 110000 | 101100 |
Color Harmonies of #8FA63A
Complementary color
Monochromatic Colors of #8FA63A
Black with #8FA63A
Text Example
Text Example
White with #8FA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA63A; }
p { color: rgb(143,166,58); }
H1.HeaderClassName
{
color: #8FA63A;
}
.AnyTagClassName
{
color: #8FA63A;
}
</style>
background-color css
<style>
a { background-color: #8FA63A; }
a { background-color: rgb(143,166,58); }
div.DivClassName
{
background-color: #8FA63A;
}
.BgClassName
{
background-color: #8FA63A;
}
</style>
border-color css
<style>
span { border-color: #8FA63A; }
span { border-color: rgb(143,166,58); }
td.TdClassName
{
border-color: #8FA63A;
}
.TagClassName
{
border-color: #8FA63A;
}
</style>