Shades of Limerick #90AC31
Tints of Limerick #90AC31
RGB
CMYK
RGB Variations
Color information
#90AC31 (or 0x90AC31) is known color: Limerick. HEX triplet: 90, AC and 31. RGB value is (144,172,49). Sum of RGB (Red+Green+Blue) = 144+172+49=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AC31 is #6F53CE. Grayscale: #969696. Windows color (decimal): -7295951 or 3255440. OLE color: 3255440.
HSL color Cylindrical-coordinate representation of color #90AC31: hue angle of 73.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90AC31 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 49 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.33 |
| HSL | 73.66º | 0.56% | 0.43% | - |
| HSV(B) | 73.66º | 0.72% | 0.67% | - |
| XYZ | 26.81 | 35.66 | 8.38 | - |
| YUV | 149.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 49 | 0.16 | 0 | 0.72 | 0.33 | 73.66 | 0.56 | 0.43 |
| Hex | 90 | AC | 31 | 10 | 0 | 48 | 21 | 4A | 38 | 2B |
| Octal | 220 | 254 | 61 | 20 | 0 | 110 | 41 | 112 | 70 | 53 |
| Binary | 10010000 | 10101100 | 110001 | 10000 | 0 | 1001000 | 100001 | 1001010 | 111000 | 101011 |
Color Harmonies of #90AC31
Complementary color
Monochromatic Colors of #90AC31
Black with #90AC31
Text Example
Text Example
White with #90AC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC31; }
p { color: rgb(144,172,49); }
H1.HeaderClassName
{
color: #90AC31;
}
.AnyTagClassName
{
color: #90AC31;
}
</style>
background-color css
<style>
a { background-color: #90AC31; }
a { background-color: rgb(144,172,49); }
div.DivClassName
{
background-color: #90AC31;
}
.BgClassName
{
background-color: #90AC31;
}
</style>
border-color css
<style>
span { border-color: #90AC31; }
span { border-color: rgb(144,172,49); }
td.TdClassName
{
border-color: #90AC31;
}
.TagClassName
{
border-color: #90AC31;
}
</style>