Shades of Limerick #90AD36
Tints of Limerick #90AD36
RGB
CMYK
RGB Variations
Color information
#90AD36 (or 0x90AD36) is known color: Limerick. HEX triplet: 90, AD and 36. RGB value is (144,173,54). Sum of RGB (Red+Green+Blue) = 144+173+54=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AD36 is #6F52C9. Grayscale: #979797. Windows color (decimal): -7295690 or 3583376. OLE color: 3583376.
HSL color Cylindrical-coordinate representation of color #90AD36: hue angle of 74.62º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90AD36 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 54 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.32 |
| HSL | 74.62º | 0.52% | 0.45% | - |
| HSV(B) | 74.62º | 0.69% | 0.68% | - |
| XYZ | 27.11 | 36.08 | 9.03 | - |
| YUV | 150.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 54 | 0.17 | 0 | 0.69 | 0.32 | 74.62 | 0.52 | 0.45 |
| Hex | 90 | AD | 36 | 11 | 0 | 45 | 20 | 4B | 34 | 2D |
| Octal | 220 | 255 | 66 | 21 | 0 | 105 | 40 | 113 | 64 | 55 |
| Binary | 10010000 | 10101101 | 110110 | 10001 | 0 | 1000101 | 100000 | 1001011 | 110100 | 101101 |
Color Harmonies of #90AD36
Complementary color
Monochromatic Colors of #90AD36
Black with #90AD36
Text Example
Text Example
White with #90AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD36; }
p { color: rgb(144,173,54); }
H1.HeaderClassName
{
color: #90AD36;
}
.AnyTagClassName
{
color: #90AD36;
}
</style>
background-color css
<style>
a { background-color: #90AD36; }
a { background-color: rgb(144,173,54); }
div.DivClassName
{
background-color: #90AD36;
}
.BgClassName
{
background-color: #90AD36;
}
</style>
border-color css
<style>
span { border-color: #90AD36; }
span { border-color: rgb(144,173,54); }
td.TdClassName
{
border-color: #90AD36;
}
.TagClassName
{
border-color: #90AD36;
}
</style>