Shades of Limerick #91AC30
Tints of Limerick #91AC30
RGB
CMYK
RGB Variations
Color information
#91AC30 (or 0x91AC30) is known color: Limerick. HEX triplet: 91, AC and 30. RGB value is (145,172,48). Sum of RGB (Red+Green+Blue) = 145+172+48=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AC30 is #6E53CF. Grayscale: #969696. Windows color (decimal): -7230416 or 3189905. OLE color: 3189905.
HSL color Cylindrical-coordinate representation of color #91AC30: hue angle of 73.06º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91AC30 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 48 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.33 |
| HSL | 73.06º | 0.56% | 0.43% | - |
| HSV(B) | 73.06º | 0.72% | 0.67% | - |
| XYZ | 26.96 | 35.74 | 8.27 | - |
| YUV | 149.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 48 | 0.16 | 0 | 0.72 | 0.33 | 73.06 | 0.56 | 0.43 |
| Hex | 91 | AC | 30 | 10 | 0 | 48 | 21 | 49 | 38 | 2B |
| Octal | 221 | 254 | 60 | 20 | 0 | 110 | 41 | 111 | 70 | 53 |
| Binary | 10010001 | 10101100 | 110000 | 10000 | 0 | 1001000 | 100001 | 1001001 | 111000 | 101011 |
Color Harmonies of #91AC30
Complementary color
Monochromatic Colors of #91AC30
Black with #91AC30
Text Example
Text Example
White with #91AC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC30; }
p { color: rgb(145,172,48); }
H1.HeaderClassName
{
color: #91AC30;
}
.AnyTagClassName
{
color: #91AC30;
}
</style>
background-color css
<style>
a { background-color: #91AC30; }
a { background-color: rgb(145,172,48); }
div.DivClassName
{
background-color: #91AC30;
}
.BgClassName
{
background-color: #91AC30;
}
</style>
border-color css
<style>
span { border-color: #91AC30; }
span { border-color: rgb(145,172,48); }
td.TdClassName
{
border-color: #91AC30;
}
.TagClassName
{
border-color: #91AC30;
}
</style>