Shades of Limerick #8AB429
Tints of Limerick #8AB429
RGB
CMYK
RGB Variations
Color information
#8AB429 (or 0x8AB429) is known color: Limerick. HEX triplet: 8A, B4 and 29. RGB value is (138,180,41). Sum of RGB (Red+Green+Blue) = 138+180+41=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB429 is #754BD6. Grayscale: #989898. Windows color (decimal): -7687127 or 2733194. OLE color: 2733194.
HSL color Cylindrical-coordinate representation of color #8AB429: hue angle of 78.13º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AB429 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 41 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.29 |
| HSL | 78.13º | 0.63% | 0.43% | - |
| HSV(B) | 78.13º | 0.77% | 0.71% | - |
| XYZ | 27.2 | 38.21 | 8.04 | - |
| YUV | 151.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 41 | 0.23 | 0 | 0.77 | 0.29 | 78.13 | 0.63 | 0.43 |
| Hex | 8A | B4 | 29 | 17 | 0 | 4D | 1D | 4E | 3F | 2B |
| Octal | 212 | 264 | 51 | 27 | 0 | 115 | 35 | 116 | 77 | 53 |
| Binary | 10001010 | 10110100 | 101001 | 10111 | 0 | 1001101 | 11101 | 1001110 | 111111 | 101011 |
Color Harmonies of #8AB429
Complementary color
Monochromatic Colors of #8AB429
Black with #8AB429
Text Example
Text Example
White with #8AB429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB429; }
p { color: rgb(138,180,41); }
H1.HeaderClassName
{
color: #8AB429;
}
.AnyTagClassName
{
color: #8AB429;
}
</style>
background-color css
<style>
a { background-color: #8AB429; }
a { background-color: rgb(138,180,41); }
div.DivClassName
{
background-color: #8AB429;
}
.BgClassName
{
background-color: #8AB429;
}
</style>
border-color css
<style>
span { border-color: #8AB429; }
span { border-color: rgb(138,180,41); }
td.TdClassName
{
border-color: #8AB429;
}
.TagClassName
{
border-color: #8AB429;
}
</style>