Shades of Limerick #91AA25
Tints of Limerick #91AA25
RGB
CMYK
RGB Variations
Color information
#91AA25 (or 0x91AA25) is known color: Limerick. HEX triplet: 91, AA and 25. RGB value is (145,170,37). Sum of RGB (Red+Green+Blue) = 145+170+37=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AA25 is #6E55DA. Grayscale: #939393. Windows color (decimal): -7230939 or 2468497. OLE color: 2468497.
HSL color Cylindrical-coordinate representation of color #91AA25: hue angle of 71.28º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #91AA25 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 37 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.33 |
| HSL | 71.28º | 0.64% | 0.41% | - |
| HSV(B) | 71.28º | 0.78% | 0.67% | - |
| XYZ | 26.39 | 34.9 | 7.1 | - |
| YUV | 147.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 37 | 0.15 | 0 | 0.78 | 0.33 | 71.28 | 0.64 | 0.41 |
| Hex | 91 | AA | 25 | F | 0 | 4E | 21 | 47 | 40 | 29 |
| Octal | 221 | 252 | 45 | 17 | 0 | 116 | 41 | 107 | 100 | 51 |
| Binary | 10010001 | 10101010 | 100101 | 1111 | 0 | 1001110 | 100001 | 1000111 | 1000000 | 101001 |
Color Harmonies of #91AA25
Complementary color
Monochromatic Colors of #91AA25
Black with #91AA25
Text Example
Text Example
White with #91AA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA25; }
p { color: rgb(145,170,37); }
H1.HeaderClassName
{
color: #91AA25;
}
.AnyTagClassName
{
color: #91AA25;
}
</style>
background-color css
<style>
a { background-color: #91AA25; }
a { background-color: rgb(145,170,37); }
div.DivClassName
{
background-color: #91AA25;
}
.BgClassName
{
background-color: #91AA25;
}
</style>
border-color css
<style>
span { border-color: #91AA25; }
span { border-color: rgb(145,170,37); }
td.TdClassName
{
border-color: #91AA25;
}
.TagClassName
{
border-color: #91AA25;
}
</style>