Shades of Limerick #90AC19
Tints of Limerick #90AC19
RGB
CMYK
RGB Variations
Color information
#90AC19 (or 0x90AC19) is known color: Limerick. HEX triplet: 90, AC and 19. RGB value is (144,172,25). Sum of RGB (Red+Green+Blue) = 144+172+25=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AC19 is #6F53E6. Grayscale: #939393. Windows color (decimal): -7295975 or 1682576. OLE color: 1682576.
HSL color Cylindrical-coordinate representation of color #90AC19: hue angle of 71.43º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90AC19 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 25 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.33 |
| HSL | 71.43º | 0.75% | 0.39% | - |
| HSV(B) | 71.43º | 0.85% | 0.67% | - |
| XYZ | 26.43 | 35.5 | 6.38 | - |
| YUV | 146.87 | 59.22 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 25 | 0.16 | 0 | 0.85 | 0.33 | 71.43 | 0.75 | 0.39 |
| Hex | 90 | AC | 19 | 10 | 0 | 55 | 21 | 47 | 4B | 27 |
| Octal | 220 | 254 | 31 | 20 | 0 | 125 | 41 | 107 | 113 | 47 |
| Binary | 10010000 | 10101100 | 11001 | 10000 | 0 | 1010101 | 100001 | 1000111 | 1001011 | 100111 |
Color Harmonies of #90AC19
Complementary color
Monochromatic Colors of #90AC19
Black with #90AC19
Text Example
Text Example
White with #90AC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC19; }
p { color: rgb(144,172,25); }
H1.HeaderClassName
{
color: #90AC19;
}
.AnyTagClassName
{
color: #90AC19;
}
</style>
background-color css
<style>
a { background-color: #90AC19; }
a { background-color: rgb(144,172,25); }
div.DivClassName
{
background-color: #90AC19;
}
.BgClassName
{
background-color: #90AC19;
}
</style>
border-color css
<style>
span { border-color: #90AC19; }
span { border-color: rgb(144,172,25); }
td.TdClassName
{
border-color: #90AC19;
}
.TagClassName
{
border-color: #90AC19;
}
</style>