Shades of Limerick #8AB313
Tints of Limerick #8AB313
RGB
CMYK
RGB Variations
Color information
#8AB313 (or 0x8AB313) is known color: Limerick. HEX triplet: 8A, B3 and 13. RGB value is (138,179,19). Sum of RGB (Red+Green+Blue) = 138+179+19=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB313 is #754CEC. Grayscale: #959595. Windows color (decimal): -7687405 or 1291146. OLE color: 1291146.
HSL color Cylindrical-coordinate representation of color #8AB313: hue angle of 75.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AB313 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 19 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.30 |
| HSL | 75.38º | 0.81% | 0.39% | - |
| HSV(B) | 75.38º | 0.89% | 0.7% | - |
| XYZ | 26.72 | 37.69 | 6.48 | - |
| YUV | 148.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 19 | 0.23 | 0 | 0.89 | 0.30 | 75.38 | 0.81 | 0.39 |
| Hex | 8A | B3 | 13 | 17 | 0 | 59 | 1E | 4B | 51 | 27 |
| Octal | 212 | 263 | 23 | 27 | 0 | 131 | 36 | 113 | 121 | 47 |
| Binary | 10001010 | 10110011 | 10011 | 10111 | 0 | 1011001 | 11110 | 1001011 | 1010001 | 100111 |
Color Harmonies of #8AB313
Complementary color
Monochromatic Colors of #8AB313
Black with #8AB313
Text Example
Text Example
White with #8AB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB313; }
p { color: rgb(138,179,19); }
H1.HeaderClassName
{
color: #8AB313;
}
.AnyTagClassName
{
color: #8AB313;
}
</style>
background-color css
<style>
a { background-color: #8AB313; }
a { background-color: rgb(138,179,19); }
div.DivClassName
{
background-color: #8AB313;
}
.BgClassName
{
background-color: #8AB313;
}
</style>
border-color css
<style>
span { border-color: #8AB313; }
span { border-color: rgb(138,179,19); }
td.TdClassName
{
border-color: #8AB313;
}
.TagClassName
{
border-color: #8AB313;
}
</style>