Shades of Limerick #8AB040
Tints of Limerick #8AB040
RGB
CMYK
RGB Variations
Color information
#8AB040 (or 0x8AB040) is known color: Limerick. HEX triplet: 8A, B0 and 40. RGB value is (138,176,64). Sum of RGB (Red+Green+Blue) = 138+176+64=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB040 is #754FBF. Grayscale: #989898. Windows color (decimal): -7688128 or 4239498. OLE color: 4239498.
HSL color Cylindrical-coordinate representation of color #8AB040: hue angle of 80.36º 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 #8AB040 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 64 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.31 |
| HSL | 80.36º | 0.47% | 0.47% | - |
| HSV(B) | 80.36º | 0.64% | 0.69% | - |
| XYZ | 26.93 | 36.82 | 10.54 | - |
| YUV | 151.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 64 | 0.22 | 0 | 0.64 | 0.31 | 80.36 | 0.47 | 0.47 |
| Hex | 8A | B0 | 40 | 16 | 0 | 40 | 1F | 50 | 2F | 2F |
| Octal | 212 | 260 | 100 | 26 | 0 | 100 | 37 | 120 | 57 | 57 |
| Binary | 10001010 | 10110000 | 1000000 | 10110 | 0 | 1000000 | 11111 | 1010000 | 101111 | 101111 |
Color Harmonies of #8AB040
Complementary color
Monochromatic Colors of #8AB040
Black with #8AB040
Text Example
Text Example
White with #8AB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB040; }
p { color: rgb(138,176,64); }
H1.HeaderClassName
{
color: #8AB040;
}
.AnyTagClassName
{
color: #8AB040;
}
</style>
background-color css
<style>
a { background-color: #8AB040; }
a { background-color: rgb(138,176,64); }
div.DivClassName
{
background-color: #8AB040;
}
.BgClassName
{
background-color: #8AB040;
}
</style>
border-color css
<style>
span { border-color: #8AB040; }
span { border-color: rgb(138,176,64); }
td.TdClassName
{
border-color: #8AB040;
}
.TagClassName
{
border-color: #8AB040;
}
</style>