Shades of Limerick #8AB81F
Tints of Limerick #8AB81F
RGB
CMYK
RGB Variations
Color information
#8AB81F (or 0x8AB81F) is known color: Limerick. HEX triplet: 8A, B8 and 1F. RGB value is (138,184,31). Sum of RGB (Red+Green+Blue) = 138+184+31=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB81F is #7547E0. Grayscale: #999999. Windows color (decimal): -7686113 or 2078858. OLE color: 2078858.
HSL color Cylindrical-coordinate representation of color #8AB81F: hue angle of 78.04º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AB81F is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 31 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.28 |
| HSL | 78.04º | 0.71% | 0.42% | - |
| HSV(B) | 78.04º | 0.83% | 0.72% | - |
| XYZ | 27.87 | 39.78 | 7.51 | - |
| YUV | 152.8 | 59.26 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 31 | 0.25 | 0 | 0.83 | 0.28 | 78.04 | 0.71 | 0.42 |
| Hex | 8A | B8 | 1F | 19 | 0 | 53 | 1C | 4E | 47 | 2A |
| Octal | 212 | 270 | 37 | 31 | 0 | 123 | 34 | 116 | 107 | 52 |
| Binary | 10001010 | 10111000 | 11111 | 11001 | 0 | 1010011 | 11100 | 1001110 | 1000111 | 101010 |
Color Harmonies of #8AB81F
Complementary color
Monochromatic Colors of #8AB81F
Black with #8AB81F
Text Example
Text Example
White with #8AB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB81F; }
p { color: rgb(138,184,31); }
H1.HeaderClassName
{
color: #8AB81F;
}
.AnyTagClassName
{
color: #8AB81F;
}
</style>
background-color css
<style>
a { background-color: #8AB81F; }
a { background-color: rgb(138,184,31); }
div.DivClassName
{
background-color: #8AB81F;
}
.BgClassName
{
background-color: #8AB81F;
}
</style>
border-color css
<style>
span { border-color: #8AB81F; }
span { border-color: rgb(138,184,31); }
td.TdClassName
{
border-color: #8AB81F;
}
.TagClassName
{
border-color: #8AB81F;
}
</style>