Shades of Limerick #90AD40
Tints of Limerick #90AD40
RGB
CMYK
RGB Variations
Color information
#90AD40 (or 0x90AD40) is known color: Limerick. HEX triplet: 90, AD and 40. RGB value is (144,173,64). Sum of RGB (Red+Green+Blue) = 144+173+64=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AD40 is #6F52BF. Grayscale: #989898. Windows color (decimal): -7295680 or 4238736. OLE color: 4238736.
HSL color Cylindrical-coordinate representation of color #90AD40: hue angle of 75.96º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90AD40 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 64 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.32 |
| HSL | 75.96º | 0.46% | 0.46% | - |
| HSV(B) | 75.96º | 0.63% | 0.68% | - |
| XYZ | 27.37 | 36.19 | 10.39 | - |
| YUV | 151.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 64 | 0.17 | 0 | 0.63 | 0.32 | 75.96 | 0.46 | 0.46 |
| Hex | 90 | AD | 40 | 11 | 0 | 3F | 20 | 4C | 2E | 2E |
| Octal | 220 | 255 | 100 | 21 | 0 | 77 | 40 | 114 | 56 | 56 |
| Binary | 10010000 | 10101101 | 1000000 | 10001 | 0 | 111111 | 100000 | 1001100 | 101110 | 101110 |
Color Harmonies of #90AD40
Complementary color
Monochromatic Colors of #90AD40
Black with #90AD40
Text Example
Text Example
White with #90AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD40; }
p { color: rgb(144,173,64); }
H1.HeaderClassName
{
color: #90AD40;
}
.AnyTagClassName
{
color: #90AD40;
}
</style>
background-color css
<style>
a { background-color: #90AD40; }
a { background-color: rgb(144,173,64); }
div.DivClassName
{
background-color: #90AD40;
}
.BgClassName
{
background-color: #90AD40;
}
</style>
border-color css
<style>
span { border-color: #90AD40; }
span { border-color: rgb(144,173,64); }
td.TdClassName
{
border-color: #90AD40;
}
.TagClassName
{
border-color: #90AD40;
}
</style>