Shades of Limerick #90AB18
Tints of Limerick #90AB18
RGB
CMYK
RGB Variations
Color information
#90AB18 (or 0x90AB18) is known color: Limerick. HEX triplet: 90, AB and 18. RGB value is (144,171,24). Sum of RGB (Red+Green+Blue) = 144+171+24=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AB18 is #6F54E7. Grayscale: #929292. Windows color (decimal): -7296232 or 1616784. OLE color: 1616784.
HSL color Cylindrical-coordinate representation of color #90AB18: hue angle of 71.02º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90AB18 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 24 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.33 |
| HSL | 71.02º | 0.75% | 0.38% | - |
| HSV(B) | 71.02º | 0.86% | 0.67% | - |
| XYZ | 26.23 | 35.12 | 6.26 | - |
| YUV | 146.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 24 | 0.16 | 0 | 0.86 | 0.33 | 71.02 | 0.75 | 0.38 |
| Hex | 90 | AB | 18 | 10 | 0 | 56 | 21 | 47 | 4B | 26 |
| Octal | 220 | 253 | 30 | 20 | 0 | 126 | 41 | 107 | 113 | 46 |
| Binary | 10010000 | 10101011 | 11000 | 10000 | 0 | 1010110 | 100001 | 1000111 | 1001011 | 100110 |
Color Harmonies of #90AB18
Complementary color
Monochromatic Colors of #90AB18
Black with #90AB18
Text Example
Text Example
White with #90AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB18; }
p { color: rgb(144,171,24); }
H1.HeaderClassName
{
color: #90AB18;
}
.AnyTagClassName
{
color: #90AB18;
}
</style>
background-color css
<style>
a { background-color: #90AB18; }
a { background-color: rgb(144,171,24); }
div.DivClassName
{
background-color: #90AB18;
}
.BgClassName
{
background-color: #90AB18;
}
</style>
border-color css
<style>
span { border-color: #90AB18; }
span { border-color: rgb(144,171,24); }
td.TdClassName
{
border-color: #90AB18;
}
.TagClassName
{
border-color: #90AB18;
}
</style>