Shades of Limerick #90AD34
Tints of Limerick #90AD34
RGB
CMYK
RGB Variations
Color information
#90AD34 (or 0x90AD34) is known color: Limerick. HEX triplet: 90, AD and 34. RGB value is (144,173,52). Sum of RGB (Red+Green+Blue) = 144+173+52=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AD34 is #6F52CB. Grayscale: #969696. Windows color (decimal): -7295692 or 3452304. OLE color: 3452304.
HSL color Cylindrical-coordinate representation of color #90AD34: hue angle of 74.38º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90AD34 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 52 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.32 |
| HSL | 74.38º | 0.54% | 0.44% | - |
| HSV(B) | 74.38º | 0.7% | 0.68% | - |
| XYZ | 27.07 | 36.06 | 8.78 | - |
| YUV | 150.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 52 | 0.17 | 0 | 0.70 | 0.32 | 74.38 | 0.54 | 0.44 |
| Hex | 90 | AD | 34 | 11 | 0 | 46 | 20 | 4A | 36 | 2C |
| Octal | 220 | 255 | 64 | 21 | 0 | 106 | 40 | 112 | 66 | 54 |
| Binary | 10010000 | 10101101 | 110100 | 10001 | 0 | 1000110 | 100000 | 1001010 | 110110 | 101100 |
Color Harmonies of #90AD34
Complementary color
Monochromatic Colors of #90AD34
Black with #90AD34
Text Example
Text Example
White with #90AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD34; }
p { color: rgb(144,173,52); }
H1.HeaderClassName
{
color: #90AD34;
}
.AnyTagClassName
{
color: #90AD34;
}
</style>
background-color css
<style>
a { background-color: #90AD34; }
a { background-color: rgb(144,173,52); }
div.DivClassName
{
background-color: #90AD34;
}
.BgClassName
{
background-color: #90AD34;
}
</style>
border-color css
<style>
span { border-color: #90AD34; }
span { border-color: rgb(144,173,52); }
td.TdClassName
{
border-color: #90AD34;
}
.TagClassName
{
border-color: #90AD34;
}
</style>