Shades of Limerick #8AA926
Tints of Limerick #8AA926
RGB
CMYK
RGB Variations
Color information
#8AA926 (or 0x8AA926) is known color: Limerick. HEX triplet: 8A, A9 and 26. RGB value is (138,169,38). Sum of RGB (Red+Green+Blue) = 138+169+38=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA926 is #7556D9. Grayscale: #919191. Windows color (decimal): -7689946 or 2533770. OLE color: 2533770.
HSL color Cylindrical-coordinate representation of color #8AA926: hue angle of 74.2º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AA926 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 38 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.34 |
| HSL | 74.2º | 0.63% | 0.41% | - |
| HSV(B) | 74.2º | 0.78% | 0.66% | - |
| XYZ | 25.02 | 33.92 | 7.06 | - |
| YUV | 144.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 38 | 0.18 | 0 | 0.78 | 0.34 | 74.2 | 0.63 | 0.41 |
| Hex | 8A | A9 | 26 | 12 | 0 | 4E | 22 | 4A | 3F | 29 |
| Octal | 212 | 251 | 46 | 22 | 0 | 116 | 42 | 112 | 77 | 51 |
| Binary | 10001010 | 10101001 | 100110 | 10010 | 0 | 1001110 | 100010 | 1001010 | 111111 | 101001 |
Color Harmonies of #8AA926
Complementary color
Monochromatic Colors of #8AA926
Black with #8AA926
Text Example
Text Example
White with #8AA926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA926; }
p { color: rgb(138,169,38); }
H1.HeaderClassName
{
color: #8AA926;
}
.AnyTagClassName
{
color: #8AA926;
}
</style>
background-color css
<style>
a { background-color: #8AA926; }
a { background-color: rgb(138,169,38); }
div.DivClassName
{
background-color: #8AA926;
}
.BgClassName
{
background-color: #8AA926;
}
</style>
border-color css
<style>
span { border-color: #8AA926; }
span { border-color: rgb(138,169,38); }
td.TdClassName
{
border-color: #8AA926;
}
.TagClassName
{
border-color: #8AA926;
}
</style>