Shades of Limerick #8AB314
Tints of Limerick #8AB314
RGB
CMYK
RGB Variations
Color information
#8AB314 (or 0x8AB314) is known color: Limerick. HEX triplet: 8A, B3 and 14. RGB value is (138,179,20). Sum of RGB (Red+Green+Blue) = 138+179+20=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB314 is #754CEB. Grayscale: #959595. Windows color (decimal): -7687404 or 1356682. OLE color: 1356682.
HSL color Cylindrical-coordinate representation of color #8AB314: hue angle of 75.47º degrees, saturation: 0.8, 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 #8AB314 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 20 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.30 |
| HSL | 75.47º | 0.8% | 0.39% | - |
| HSV(B) | 75.47º | 0.89% | 0.7% | - |
| XYZ | 26.73 | 37.69 | 6.53 | - |
| YUV | 148.62 | 55.42 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 20 | 0.23 | 0 | 0.89 | 0.30 | 75.47 | 0.8 | 0.39 |
| Hex | 8A | B3 | 14 | 17 | 0 | 59 | 1E | 4B | 50 | 27 |
| Octal | 212 | 263 | 24 | 27 | 0 | 131 | 36 | 113 | 120 | 47 |
| Binary | 10001010 | 10110011 | 10100 | 10111 | 0 | 1011001 | 11110 | 1001011 | 1010000 | 100111 |
Color Harmonies of #8AB314
Complementary color
Monochromatic Colors of #8AB314
Black with #8AB314
Text Example
Text Example
White with #8AB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB314; }
p { color: rgb(138,179,20); }
H1.HeaderClassName
{
color: #8AB314;
}
.AnyTagClassName
{
color: #8AB314;
}
</style>
background-color css
<style>
a { background-color: #8AB314; }
a { background-color: rgb(138,179,20); }
div.DivClassName
{
background-color: #8AB314;
}
.BgClassName
{
background-color: #8AB314;
}
</style>
border-color css
<style>
span { border-color: #8AB314; }
span { border-color: rgb(138,179,20); }
td.TdClassName
{
border-color: #8AB314;
}
.TagClassName
{
border-color: #8AB314;
}
</style>