Shades of Limerick #8AB525
Tints of Limerick #8AB525
RGB
CMYK
RGB Variations
Color information
#8AB525 (or 0x8AB525) is known color: Limerick. HEX triplet: 8A, B5 and 25. RGB value is (138,181,37). Sum of RGB (Red+Green+Blue) = 138+181+37=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB525 is #754ADA. Grayscale: #989898. Windows color (decimal): -7686875 or 2471306. OLE color: 2471306.
HSL color Cylindrical-coordinate representation of color #8AB525: hue angle of 77.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AB525 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 37 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.29 |
| HSL | 77.92º | 0.66% | 0.43% | - |
| HSV(B) | 77.92º | 0.8% | 0.71% | - |
| XYZ | 27.34 | 38.58 | 7.76 | - |
| YUV | 151.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 37 | 0.24 | 0 | 0.80 | 0.29 | 77.92 | 0.66 | 0.43 |
| Hex | 8A | B5 | 25 | 18 | 0 | 50 | 1D | 4E | 42 | 2B |
| Octal | 212 | 265 | 45 | 30 | 0 | 120 | 35 | 116 | 102 | 53 |
| Binary | 10001010 | 10110101 | 100101 | 11000 | 0 | 1010000 | 11101 | 1001110 | 1000010 | 101011 |
Color Harmonies of #8AB525
Complementary color
Monochromatic Colors of #8AB525
Black with #8AB525
Text Example
Text Example
White with #8AB525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB525; }
p { color: rgb(138,181,37); }
H1.HeaderClassName
{
color: #8AB525;
}
.AnyTagClassName
{
color: #8AB525;
}
</style>
background-color css
<style>
a { background-color: #8AB525; }
a { background-color: rgb(138,181,37); }
div.DivClassName
{
background-color: #8AB525;
}
.BgClassName
{
background-color: #8AB525;
}
</style>
border-color css
<style>
span { border-color: #8AB525; }
span { border-color: rgb(138,181,37); }
td.TdClassName
{
border-color: #8AB525;
}
.TagClassName
{
border-color: #8AB525;
}
</style>