Shades of Limerick #90AD25
Tints of Limerick #90AD25
RGB
CMYK
RGB Variations
Color information
#90AD25 (or 0x90AD25) is known color: Limerick. HEX triplet: 90, AD and 25. RGB value is (144,173,37). Sum of RGB (Red+Green+Blue) = 144+173+37=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AD25 is #6F52DA. Grayscale: #959595. Windows color (decimal): -7295707 or 2469264. OLE color: 2469264.
HSL color Cylindrical-coordinate representation of color #90AD25: hue angle of 72.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90AD25 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 37 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.32 |
| HSL | 72.79º | 0.65% | 0.41% | - |
| HSV(B) | 72.79º | 0.79% | 0.68% | - |
| XYZ | 26.78 | 35.95 | 7.28 | - |
| YUV | 148.83 | 64.89 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 37 | 0.17 | 0 | 0.79 | 0.32 | 72.79 | 0.65 | 0.41 |
| Hex | 90 | AD | 25 | 11 | 0 | 4F | 20 | 49 | 41 | 29 |
| Octal | 220 | 255 | 45 | 21 | 0 | 117 | 40 | 111 | 101 | 51 |
| Binary | 10010000 | 10101101 | 100101 | 10001 | 0 | 1001111 | 100000 | 1001001 | 1000001 | 101001 |
Color Harmonies of #90AD25
Complementary color
Monochromatic Colors of #90AD25
Black with #90AD25
Text Example
Text Example
White with #90AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD25; }
p { color: rgb(144,173,37); }
H1.HeaderClassName
{
color: #90AD25;
}
.AnyTagClassName
{
color: #90AD25;
}
</style>
background-color css
<style>
a { background-color: #90AD25; }
a { background-color: rgb(144,173,37); }
div.DivClassName
{
background-color: #90AD25;
}
.BgClassName
{
background-color: #90AD25;
}
</style>
border-color css
<style>
span { border-color: #90AD25; }
span { border-color: rgb(144,173,37); }
td.TdClassName
{
border-color: #90AD25;
}
.TagClassName
{
border-color: #90AD25;
}
</style>