Shades of Limerick #90AD35
Tints of Limerick #90AD35
RGB
CMYK
RGB Variations
Color information
#90AD35 (or 0x90AD35) is known color: Limerick. HEX triplet: 90, AD and 35. RGB value is (144,173,53). Sum of RGB (Red+Green+Blue) = 144+173+53=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AD35 is #6F52CA. Grayscale: #979797. Windows color (decimal): -7295691 or 3517840. OLE color: 3517840.
HSL color Cylindrical-coordinate representation of color #90AD35: hue angle of 74.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90AD35 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 53 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.32 |
| HSL | 74.5º | 0.53% | 0.44% | - |
| HSV(B) | 74.5º | 0.69% | 0.68% | - |
| XYZ | 27.09 | 36.07 | 8.9 | - |
| YUV | 150.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 53 | 0.17 | 0 | 0.69 | 0.32 | 74.5 | 0.53 | 0.44 |
| Hex | 90 | AD | 35 | 11 | 0 | 45 | 20 | 4A | 35 | 2C |
| Octal | 220 | 255 | 65 | 21 | 0 | 105 | 40 | 112 | 65 | 54 |
| Binary | 10010000 | 10101101 | 110101 | 10001 | 0 | 1000101 | 100000 | 1001010 | 110101 | 101100 |
Color Harmonies of #90AD35
Complementary color
Monochromatic Colors of #90AD35
Black with #90AD35
Text Example
Text Example
White with #90AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD35; }
p { color: rgb(144,173,53); }
H1.HeaderClassName
{
color: #90AD35;
}
.AnyTagClassName
{
color: #90AD35;
}
</style>
background-color css
<style>
a { background-color: #90AD35; }
a { background-color: rgb(144,173,53); }
div.DivClassName
{
background-color: #90AD35;
}
.BgClassName
{
background-color: #90AD35;
}
</style>
border-color css
<style>
span { border-color: #90AD35; }
span { border-color: rgb(144,173,53); }
td.TdClassName
{
border-color: #90AD35;
}
.TagClassName
{
border-color: #90AD35;
}
</style>