Shades of Limerick #90AB38
Tints of Limerick #90AB38
RGB
CMYK
RGB Variations
Color information
#90AB38 (or 0x90AB38) is known color: Limerick. HEX triplet: 90, AB and 38. RGB value is (144,171,56). Sum of RGB (Red+Green+Blue) = 144+171+56=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AB38 is #6F54C7. Grayscale: #969696. Windows color (decimal): -7296200 or 3713936. OLE color: 3713936.
HSL color Cylindrical-coordinate representation of color #90AB38: hue angle of 74.09º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90AB38 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 56 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.33 |
| HSL | 74.09º | 0.51% | 0.45% | - |
| HSV(B) | 74.09º | 0.67% | 0.67% | - |
| XYZ | 26.78 | 35.34 | 9.15 | - |
| YUV | 149.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 56 | 0.16 | 0 | 0.67 | 0.33 | 74.09 | 0.51 | 0.45 |
| Hex | 90 | AB | 38 | 10 | 0 | 43 | 21 | 4A | 33 | 2D |
| Octal | 220 | 253 | 70 | 20 | 0 | 103 | 41 | 112 | 63 | 55 |
| Binary | 10010000 | 10101011 | 111000 | 10000 | 0 | 1000011 | 100001 | 1001010 | 110011 | 101101 |
Color Harmonies of #90AB38
Complementary color
Monochromatic Colors of #90AB38
Black with #90AB38
Text Example
Text Example
White with #90AB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB38; }
p { color: rgb(144,171,56); }
H1.HeaderClassName
{
color: #90AB38;
}
.AnyTagClassName
{
color: #90AB38;
}
</style>
background-color css
<style>
a { background-color: #90AB38; }
a { background-color: rgb(144,171,56); }
div.DivClassName
{
background-color: #90AB38;
}
.BgClassName
{
background-color: #90AB38;
}
</style>
border-color css
<style>
span { border-color: #90AB38; }
span { border-color: rgb(144,171,56); }
td.TdClassName
{
border-color: #90AB38;
}
.TagClassName
{
border-color: #90AB38;
}
</style>