Shades of Limerick #8AB426
Tints of Limerick #8AB426
RGB
CMYK
RGB Variations
Color information
#8AB426 (or 0x8AB426) is known color: Limerick. HEX triplet: 8A, B4 and 26. RGB value is (138,180,38). Sum of RGB (Red+Green+Blue) = 138+180+38=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB426 is #754BD9. Grayscale: #979797. Windows color (decimal): -7687130 or 2536586. OLE color: 2536586.
HSL color Cylindrical-coordinate representation of color #8AB426: hue angle of 77.75º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AB426 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 38 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.29 |
| HSL | 77.75º | 0.65% | 0.43% | - |
| HSV(B) | 77.75º | 0.79% | 0.71% | - |
| XYZ | 27.15 | 38.19 | 7.77 | - |
| YUV | 151.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 38 | 0.23 | 0 | 0.79 | 0.29 | 77.75 | 0.65 | 0.43 |
| Hex | 8A | B4 | 26 | 17 | 0 | 4F | 1D | 4E | 41 | 2B |
| Octal | 212 | 264 | 46 | 27 | 0 | 117 | 35 | 116 | 101 | 53 |
| Binary | 10001010 | 10110100 | 100110 | 10111 | 0 | 1001111 | 11101 | 1001110 | 1000001 | 101011 |
Color Harmonies of #8AB426
Complementary color
Monochromatic Colors of #8AB426
Black with #8AB426
Text Example
Text Example
White with #8AB426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB426; }
p { color: rgb(138,180,38); }
H1.HeaderClassName
{
color: #8AB426;
}
.AnyTagClassName
{
color: #8AB426;
}
</style>
background-color css
<style>
a { background-color: #8AB426; }
a { background-color: rgb(138,180,38); }
div.DivClassName
{
background-color: #8AB426;
}
.BgClassName
{
background-color: #8AB426;
}
</style>
border-color css
<style>
span { border-color: #8AB426; }
span { border-color: rgb(138,180,38); }
td.TdClassName
{
border-color: #8AB426;
}
.TagClassName
{
border-color: #8AB426;
}
</style>