Shades of Limerick #90AB29
Tints of Limerick #90AB29
RGB
CMYK
RGB Variations
Color information
#90AB29 (or 0x90AB29) is known color: Limerick. HEX triplet: 90, AB and 29. RGB value is (144,171,41). Sum of RGB (Red+Green+Blue) = 144+171+41=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AB29 is #6F54D6. Grayscale: #949494. Windows color (decimal): -7296215 or 2730896. OLE color: 2730896.
HSL color Cylindrical-coordinate representation of color #90AB29: hue angle of 72.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90AB29 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 41 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.33 |
| HSL | 72.46º | 0.61% | 0.42% | - |
| HSV(B) | 72.46º | 0.76% | 0.67% | - |
| XYZ | 26.46 | 35.22 | 7.5 | - |
| YUV | 148.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 41 | 0.16 | 0 | 0.76 | 0.33 | 72.46 | 0.61 | 0.42 |
| Hex | 90 | AB | 29 | 10 | 0 | 4C | 21 | 48 | 3D | 2A |
| Octal | 220 | 253 | 51 | 20 | 0 | 114 | 41 | 110 | 75 | 52 |
| Binary | 10010000 | 10101011 | 101001 | 10000 | 0 | 1001100 | 100001 | 1001000 | 111101 | 101010 |
Color Harmonies of #90AB29
Complementary color
Monochromatic Colors of #90AB29
Black with #90AB29
Text Example
Text Example
White with #90AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB29; }
p { color: rgb(144,171,41); }
H1.HeaderClassName
{
color: #90AB29;
}
.AnyTagClassName
{
color: #90AB29;
}
</style>
background-color css
<style>
a { background-color: #90AB29; }
a { background-color: rgb(144,171,41); }
div.DivClassName
{
background-color: #90AB29;
}
.BgClassName
{
background-color: #90AB29;
}
</style>
border-color css
<style>
span { border-color: #90AB29; }
span { border-color: rgb(144,171,41); }
td.TdClassName
{
border-color: #90AB29;
}
.TagClassName
{
border-color: #90AB29;
}
</style>