Shades of Limerick #8AA225
Tints of Limerick #8AA225
RGB
CMYK
RGB Variations
Color information
#8AA225 (or 0x8AA225) is known color: Limerick. HEX triplet: 8A, A2 and 25. RGB value is (138,162,37). Sum of RGB (Red+Green+Blue) = 138+162+37=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA225 is #755DDA. Grayscale: #8D8D8D. Windows color (decimal): -7691739 or 2466442. OLE color: 2466442.
HSL color Cylindrical-coordinate representation of color #8AA225: hue angle of 71.52º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AA225 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 37 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.36 |
| HSL | 71.52º | 0.63% | 0.39% | - |
| HSV(B) | 71.52º | 0.77% | 0.64% | - |
| XYZ | 23.74 | 31.38 | 6.56 | - |
| YUV | 140.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 37 | 0.15 | 0 | 0.77 | 0.36 | 71.52 | 0.63 | 0.39 |
| Hex | 8A | A2 | 25 | F | 0 | 4D | 24 | 48 | 3F | 27 |
| Octal | 212 | 242 | 45 | 17 | 0 | 115 | 44 | 110 | 77 | 47 |
| Binary | 10001010 | 10100010 | 100101 | 1111 | 0 | 1001101 | 100100 | 1001000 | 111111 | 100111 |
Color Harmonies of #8AA225
Complementary color
Monochromatic Colors of #8AA225
Black with #8AA225
Text Example
Text Example
White with #8AA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA225; }
p { color: rgb(138,162,37); }
H1.HeaderClassName
{
color: #8AA225;
}
.AnyTagClassName
{
color: #8AA225;
}
</style>
background-color css
<style>
a { background-color: #8AA225; }
a { background-color: rgb(138,162,37); }
div.DivClassName
{
background-color: #8AA225;
}
.BgClassName
{
background-color: #8AA225;
}
</style>
border-color css
<style>
span { border-color: #8AA225; }
span { border-color: rgb(138,162,37); }
td.TdClassName
{
border-color: #8AA225;
}
.TagClassName
{
border-color: #8AA225;
}
</style>