Shades of Limerick #91AA40
Tints of Limerick #91AA40
RGB
CMYK
RGB Variations
Color information
#91AA40 (or 0x91AA40) is known color: Limerick. HEX triplet: 91, AA and 40. RGB value is (145,170,64). Sum of RGB (Red+Green+Blue) = 145+170+64=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #91AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AA40 is #6E55BF. Grayscale: #969696. Windows color (decimal): -7230912 or 4237969. OLE color: 4237969.
HSL color Cylindrical-coordinate representation of color #91AA40: hue angle of 74.15º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91AA40 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 64 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.33 |
| HSL | 74.15º | 0.45% | 0.46% | - |
| HSV(B) | 74.15º | 0.62% | 0.67% | - |
| XYZ | 26.98 | 35.14 | 10.21 | - |
| YUV | 150.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 64 | 0.15 | 0 | 0.62 | 0.33 | 74.15 | 0.45 | 0.46 |
| Hex | 91 | AA | 40 | F | 0 | 3E | 21 | 4A | 2D | 2E |
| Octal | 221 | 252 | 100 | 17 | 0 | 76 | 41 | 112 | 55 | 56 |
| Binary | 10010001 | 10101010 | 1000000 | 1111 | 0 | 111110 | 100001 | 1001010 | 101101 | 101110 |
Color Harmonies of #91AA40
Complementary color
Monochromatic Colors of #91AA40
Black with #91AA40
Text Example
Text Example
White with #91AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AA40; }
p { color: rgb(145,170,64); }
H1.HeaderClassName
{
color: #91AA40;
}
.AnyTagClassName
{
color: #91AA40;
}
</style>
background-color css
<style>
a { background-color: #91AA40; }
a { background-color: rgb(145,170,64); }
div.DivClassName
{
background-color: #91AA40;
}
.BgClassName
{
background-color: #91AA40;
}
</style>
border-color css
<style>
span { border-color: #91AA40; }
span { border-color: rgb(145,170,64); }
td.TdClassName
{
border-color: #91AA40;
}
.TagClassName
{
border-color: #91AA40;
}
</style>