Shades of Limerick #8AB140
Tints of Limerick #8AB140
RGB
CMYK
RGB Variations
Color information
#8AB140 (or 0x8AB140) is known color: Limerick. HEX triplet: 8A, B1 and 40. RGB value is (138,177,64). Sum of RGB (Red+Green+Blue) = 138+177+64=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB140 is #754EBF. Grayscale: #989898. Windows color (decimal): -7687872 or 4239754. OLE color: 4239754.
HSL color Cylindrical-coordinate representation of color #8AB140: hue angle of 80.71º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AB140 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 64 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.31 |
| HSL | 80.71º | 0.47% | 0.47% | - |
| HSV(B) | 80.71º | 0.64% | 0.69% | - |
| XYZ | 27.13 | 37.22 | 10.6 | - |
| YUV | 152.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 64 | 0.22 | 0 | 0.64 | 0.31 | 80.71 | 0.47 | 0.47 |
| Hex | 8A | B1 | 40 | 16 | 0 | 40 | 1F | 51 | 2F | 2F |
| Octal | 212 | 261 | 100 | 26 | 0 | 100 | 37 | 121 | 57 | 57 |
| Binary | 10001010 | 10110001 | 1000000 | 10110 | 0 | 1000000 | 11111 | 1010001 | 101111 | 101111 |
Color Harmonies of #8AB140
Complementary color
Monochromatic Colors of #8AB140
Black with #8AB140
Text Example
Text Example
White with #8AB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB140; }
p { color: rgb(138,177,64); }
H1.HeaderClassName
{
color: #8AB140;
}
.AnyTagClassName
{
color: #8AB140;
}
</style>
background-color css
<style>
a { background-color: #8AB140; }
a { background-color: rgb(138,177,64); }
div.DivClassName
{
background-color: #8AB140;
}
.BgClassName
{
background-color: #8AB140;
}
</style>
border-color css
<style>
span { border-color: #8AB140; }
span { border-color: rgb(138,177,64); }
td.TdClassName
{
border-color: #8AB140;
}
.TagClassName
{
border-color: #8AB140;
}
</style>