Shades of Limerick #91AF39
Tints of Limerick #91AF39
RGB
CMYK
RGB Variations
Color information
#91AF39 (or 0x91AF39) is known color: Limerick. HEX triplet: 91, AF and 39. RGB value is (145,175,57). Sum of RGB (Red+Green+Blue) = 145+175+57=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AF39 is #6E50C6. Grayscale: #999999. Windows color (decimal): -7229639 or 3780497. OLE color: 3780497.
HSL color Cylindrical-coordinate representation of color #91AF39: hue angle of 75.25º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91AF39 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 175 | 57 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.31 |
| HSL | 75.25º | 0.51% | 0.45% | - |
| HSV(B) | 75.25º | 0.67% | 0.69% | - |
| XYZ | 27.75 | 36.98 | 9.55 | - |
| YUV | 152.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 57 | 0.17 | 0 | 0.67 | 0.31 | 75.25 | 0.51 | 0.45 |
| Hex | 91 | AF | 39 | 11 | 0 | 43 | 1F | 4B | 33 | 2D |
| Octal | 221 | 257 | 71 | 21 | 0 | 103 | 37 | 113 | 63 | 55 |
| Binary | 10010001 | 10101111 | 111001 | 10001 | 0 | 1000011 | 11111 | 1001011 | 110011 | 101101 |
Color Harmonies of #91AF39
Complementary color
Monochromatic Colors of #91AF39
Black with #91AF39
Text Example
Text Example
White with #91AF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AF39; }
p { color: rgb(145,175,57); }
H1.HeaderClassName
{
color: #91AF39;
}
.AnyTagClassName
{
color: #91AF39;
}
</style>
background-color css
<style>
a { background-color: #91AF39; }
a { background-color: rgb(145,175,57); }
div.DivClassName
{
background-color: #91AF39;
}
.BgClassName
{
background-color: #91AF39;
}
</style>
border-color css
<style>
span { border-color: #91AF39; }
span { border-color: rgb(145,175,57); }
td.TdClassName
{
border-color: #91AF39;
}
.TagClassName
{
border-color: #91AF39;
}
</style>