Shades of Limerick #91AF22
Tints of Limerick #91AF22
RGB
CMYK
RGB Variations
Color information
#91AF22 (or 0x91AF22) is known color: Limerick. HEX triplet: 91, AF and 22. RGB value is (145,175,34). Sum of RGB (Red+Green+Blue) = 145+175+34=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AF22 is #6E50DD. Grayscale: #969696. Windows color (decimal): -7229662 or 2273169. OLE color: 2273169.
HSL color Cylindrical-coordinate representation of color #91AF22: hue angle of 72.77º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91AF22 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 175 | 34 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.31 |
| HSL | 72.77º | 0.67% | 0.41% | - |
| HSV(B) | 72.77º | 0.81% | 0.69% | - |
| XYZ | 27.3 | 36.8 | 7.18 | - |
| YUV | 149.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 34 | 0.17 | 0 | 0.81 | 0.31 | 72.77 | 0.67 | 0.41 |
| Hex | 91 | AF | 22 | 11 | 0 | 51 | 1F | 49 | 43 | 29 |
| Octal | 221 | 257 | 42 | 21 | 0 | 121 | 37 | 111 | 103 | 51 |
| Binary | 10010001 | 10101111 | 100010 | 10001 | 0 | 1010001 | 11111 | 1001001 | 1000011 | 101001 |
Color Harmonies of #91AF22
Complementary color
Monochromatic Colors of #91AF22
Black with #91AF22
Text Example
Text Example
White with #91AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AF22; }
p { color: rgb(145,175,34); }
H1.HeaderClassName
{
color: #91AF22;
}
.AnyTagClassName
{
color: #91AF22;
}
</style>
background-color css
<style>
a { background-color: #91AF22; }
a { background-color: rgb(145,175,34); }
div.DivClassName
{
background-color: #91AF22;
}
.BgClassName
{
background-color: #91AF22;
}
</style>
border-color css
<style>
span { border-color: #91AF22; }
span { border-color: rgb(145,175,34); }
td.TdClassName
{
border-color: #91AF22;
}
.TagClassName
{
border-color: #91AF22;
}
</style>