Shades of Limerick #91AE41
Tints of Limerick #91AE41
RGB
CMYK
RGB Variations
Color information
#91AE41 (or 0x91AE41) is known color: Limerick. HEX triplet: 91, AE and 41. RGB value is (145,174,65). Sum of RGB (Red+Green+Blue) = 145+174+65=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #91AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AE41 is #6E51BE. Grayscale: #999999. Windows color (decimal): -7229887 or 4304529. OLE color: 4304529.
HSL color Cylindrical-coordinate representation of color #91AE41: hue angle of 75.96º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91AE41 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 174 | 65 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.32 |
| HSL | 75.96º | 0.46% | 0.47% | - |
| HSV(B) | 75.96º | 0.63% | 0.68% | - |
| XYZ | 27.77 | 36.67 | 10.62 | - |
| YUV | 152.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 174 | 65 | 0.17 | 0 | 0.63 | 0.32 | 75.96 | 0.46 | 0.47 |
| Hex | 91 | AE | 41 | 11 | 0 | 3F | 20 | 4C | 2E | 2F |
| Octal | 221 | 256 | 101 | 21 | 0 | 77 | 40 | 114 | 56 | 57 |
| Binary | 10010001 | 10101110 | 1000001 | 10001 | 0 | 111111 | 100000 | 1001100 | 101110 | 101111 |
Color Harmonies of #91AE41
Complementary color
Monochromatic Colors of #91AE41
Black with #91AE41
Text Example
Text Example
White with #91AE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AE41; }
p { color: rgb(145,174,65); }
H1.HeaderClassName
{
color: #91AE41;
}
.AnyTagClassName
{
color: #91AE41;
}
</style>
background-color css
<style>
a { background-color: #91AE41; }
a { background-color: rgb(145,174,65); }
div.DivClassName
{
background-color: #91AE41;
}
.BgClassName
{
background-color: #91AE41;
}
</style>
border-color css
<style>
span { border-color: #91AE41; }
span { border-color: rgb(145,174,65); }
td.TdClassName
{
border-color: #91AE41;
}
.TagClassName
{
border-color: #91AE41;
}
</style>