Shades of Limerick #91AE1A
Tints of Limerick #91AE1A
RGB
CMYK
RGB Variations
Color information
#91AE1A (or 0x91AE1A) is known color: Limerick. HEX triplet: 91, AE and 1A. RGB value is (145,174,26). Sum of RGB (Red+Green+Blue) = 145+174+26=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #91AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AE1A is #6E51E5. Grayscale: #959595. Windows color (decimal): -7229926 or 1748625. OLE color: 1748625.
HSL color Cylindrical-coordinate representation of color #91AE1A: hue angle of 71.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91AE1A is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 174 | 26 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.32 |
| HSL | 71.76º | 0.74% | 0.39% | - |
| HSV(B) | 71.76º | 0.85% | 0.68% | - |
| XYZ | 27 | 36.37 | 6.57 | - |
| YUV | 148.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 174 | 26 | 0.17 | 0 | 0.85 | 0.32 | 71.76 | 0.74 | 0.39 |
| Hex | 91 | AE | 1A | 11 | 0 | 55 | 20 | 48 | 4A | 27 |
| Octal | 221 | 256 | 32 | 21 | 0 | 125 | 40 | 110 | 112 | 47 |
| Binary | 10010001 | 10101110 | 11010 | 10001 | 0 | 1010101 | 100000 | 1001000 | 1001010 | 100111 |
Color Harmonies of #91AE1A
Complementary color
Monochromatic Colors of #91AE1A
Black with #91AE1A
Text Example
Text Example
White with #91AE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AE1A; }
p { color: rgb(145,174,26); }
H1.HeaderClassName
{
color: #91AE1A;
}
.AnyTagClassName
{
color: #91AE1A;
}
</style>
background-color css
<style>
a { background-color: #91AE1A; }
a { background-color: rgb(145,174,26); }
div.DivClassName
{
background-color: #91AE1A;
}
.BgClassName
{
background-color: #91AE1A;
}
</style>
border-color css
<style>
span { border-color: #91AE1A; }
span { border-color: rgb(145,174,26); }
td.TdClassName
{
border-color: #91AE1A;
}
.TagClassName
{
border-color: #91AE1A;
}
</style>