Shades of Limerick #90A63B
Tints of Limerick #90A63B
RGB
CMYK
RGB Variations
Color information
#90A63B (or 0x90A63B) is known color: Limerick. HEX triplet: 90, A6 and 3B. RGB value is (144,166,59). Sum of RGB (Red+Green+Blue) = 144+166+59=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #90A63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A63B is #6F59C4. Grayscale: #939393. Windows color (decimal): -7297477 or 3909264. OLE color: 3909264.
HSL color Cylindrical-coordinate representation of color #90A63B: hue angle of 72.34º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90A63B is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 166 | 59 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.35 |
| HSL | 72.34º | 0.48% | 0.44% | - |
| HSV(B) | 72.34º | 0.64% | 0.65% | - |
| XYZ | 25.93 | 33.52 | 9.24 | - |
| YUV | 147.22 | 78.21 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 59 | 0.13 | 0 | 0.64 | 0.35 | 72.34 | 0.48 | 0.44 |
| Hex | 90 | A6 | 3B | D | 0 | 40 | 23 | 48 | 30 | 2C |
| Octal | 220 | 246 | 73 | 15 | 0 | 100 | 43 | 110 | 60 | 54 |
| Binary | 10010000 | 10100110 | 111011 | 1101 | 0 | 1000000 | 100011 | 1001000 | 110000 | 101100 |
Color Harmonies of #90A63B
Complementary color
Monochromatic Colors of #90A63B
Black with #90A63B
Text Example
Text Example
White with #90A63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A63B; }
p { color: rgb(144,166,59); }
H1.HeaderClassName
{
color: #90A63B;
}
.AnyTagClassName
{
color: #90A63B;
}
</style>
background-color css
<style>
a { background-color: #90A63B; }
a { background-color: rgb(144,166,59); }
div.DivClassName
{
background-color: #90A63B;
}
.BgClassName
{
background-color: #90A63B;
}
</style>
border-color css
<style>
span { border-color: #90A63B; }
span { border-color: rgb(144,166,59); }
td.TdClassName
{
border-color: #90A63B;
}
.TagClassName
{
border-color: #90A63B;
}
</style>