Shades of Limerick #8AAC28
Tints of Limerick #8AAC28
RGB
CMYK
RGB Variations
Color information
#8AAC28 (or 0x8AAC28) is known color: Limerick. HEX triplet: 8A, AC and 28. RGB value is (138,172,40). Sum of RGB (Red+Green+Blue) = 138+172+40=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC28 is #7553D7. Grayscale: #939393. Windows color (decimal): -7689176 or 2665610. OLE color: 2665610.
HSL color Cylindrical-coordinate representation of color #8AAC28: hue angle of 75.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AAC28 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 40 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.33 |
| HSL | 75.45º | 0.62% | 0.42% | - |
| HSV(B) | 75.45º | 0.77% | 0.67% | - |
| XYZ | 25.62 | 35.06 | 7.42 | - |
| YUV | 146.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 40 | 0.20 | 0 | 0.77 | 0.33 | 75.45 | 0.62 | 0.42 |
| Hex | 8A | AC | 28 | 14 | 0 | 4D | 21 | 4B | 3E | 2A |
| Octal | 212 | 254 | 50 | 24 | 0 | 115 | 41 | 113 | 76 | 52 |
| Binary | 10001010 | 10101100 | 101000 | 10100 | 0 | 1001101 | 100001 | 1001011 | 111110 | 101010 |
Color Harmonies of #8AAC28
Complementary color
Monochromatic Colors of #8AAC28
Black with #8AAC28
Text Example
Text Example
White with #8AAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC28; }
p { color: rgb(138,172,40); }
H1.HeaderClassName
{
color: #8AAC28;
}
.AnyTagClassName
{
color: #8AAC28;
}
</style>
background-color css
<style>
a { background-color: #8AAC28; }
a { background-color: rgb(138,172,40); }
div.DivClassName
{
background-color: #8AAC28;
}
.BgClassName
{
background-color: #8AAC28;
}
</style>
border-color css
<style>
span { border-color: #8AAC28; }
span { border-color: rgb(138,172,40); }
td.TdClassName
{
border-color: #8AAC28;
}
.TagClassName
{
border-color: #8AAC28;
}
</style>