Shades of Limerick #8AA628
Tints of Limerick #8AA628
RGB
CMYK
RGB Variations
Color information
#8AA628 (or 0x8AA628) is known color: Limerick. HEX triplet: 8A, A6 and 28. RGB value is (138,166,40). Sum of RGB (Red+Green+Blue) = 138+166+40=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA628 is #7559D7. Grayscale: #8F8F8F. Windows color (decimal): -7690712 or 2664074. OLE color: 2664074.
HSL color Cylindrical-coordinate representation of color #8AA628: hue angle of 73.33º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AA628 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 40 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.35 |
| HSL | 73.33º | 0.61% | 0.4% | - |
| HSV(B) | 73.33º | 0.76% | 0.65% | - |
| XYZ | 24.5 | 32.83 | 7.05 | - |
| YUV | 143.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 40 | 0.17 | 0 | 0.76 | 0.35 | 73.33 | 0.61 | 0.4 |
| Hex | 8A | A6 | 28 | 11 | 0 | 4C | 23 | 49 | 3D | 28 |
| Octal | 212 | 246 | 50 | 21 | 0 | 114 | 43 | 111 | 75 | 50 |
| Binary | 10001010 | 10100110 | 101000 | 10001 | 0 | 1001100 | 100011 | 1001001 | 111101 | 101000 |
Color Harmonies of #8AA628
Complementary color
Monochromatic Colors of #8AA628
Black with #8AA628
Text Example
Text Example
White with #8AA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA628; }
p { color: rgb(138,166,40); }
H1.HeaderClassName
{
color: #8AA628;
}
.AnyTagClassName
{
color: #8AA628;
}
</style>
background-color css
<style>
a { background-color: #8AA628; }
a { background-color: rgb(138,166,40); }
div.DivClassName
{
background-color: #8AA628;
}
.BgClassName
{
background-color: #8AA628;
}
</style>
border-color css
<style>
span { border-color: #8AA628; }
span { border-color: rgb(138,166,40); }
td.TdClassName
{
border-color: #8AA628;
}
.TagClassName
{
border-color: #8AA628;
}
</style>