Shades of Limerick #8AB325
Tints of Limerick #8AB325
RGB
CMYK
RGB Variations
Color information
#8AB325 (or 0x8AB325) is known color: Limerick. HEX triplet: 8A, B3 and 25. RGB value is (138,179,37). Sum of RGB (Red+Green+Blue) = 138+179+37=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB325 is #754CDA. Grayscale: #979797. Windows color (decimal): -7687387 or 2470794. OLE color: 2470794.
HSL color Cylindrical-coordinate representation of color #8AB325: hue angle of 77.32º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AB325 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 37 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.30 |
| HSL | 77.32º | 0.66% | 0.42% | - |
| HSV(B) | 77.32º | 0.79% | 0.7% | - |
| XYZ | 26.94 | 37.78 | 7.62 | - |
| YUV | 150.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 37 | 0.23 | 0 | 0.79 | 0.30 | 77.32 | 0.66 | 0.42 |
| Hex | 8A | B3 | 25 | 17 | 0 | 4F | 1E | 4D | 42 | 2A |
| Octal | 212 | 263 | 45 | 27 | 0 | 117 | 36 | 115 | 102 | 52 |
| Binary | 10001010 | 10110011 | 100101 | 10111 | 0 | 1001111 | 11110 | 1001101 | 1000010 | 101010 |
Color Harmonies of #8AB325
Complementary color
Monochromatic Colors of #8AB325
Black with #8AB325
Text Example
Text Example
White with #8AB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB325; }
p { color: rgb(138,179,37); }
H1.HeaderClassName
{
color: #8AB325;
}
.AnyTagClassName
{
color: #8AB325;
}
</style>
background-color css
<style>
a { background-color: #8AB325; }
a { background-color: rgb(138,179,37); }
div.DivClassName
{
background-color: #8AB325;
}
.BgClassName
{
background-color: #8AB325;
}
</style>
border-color css
<style>
span { border-color: #8AB325; }
span { border-color: rgb(138,179,37); }
td.TdClassName
{
border-color: #8AB325;
}
.TagClassName
{
border-color: #8AB325;
}
</style>