Shades of Limerick #90AA34
Tints of Limerick #90AA34
RGB
CMYK
RGB Variations
Color information
#90AA34 (or 0x90AA34) is known color: Limerick. HEX triplet: 90, AA and 34. RGB value is (144,170,52). Sum of RGB (Red+Green+Blue) = 144+170+52=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AA34 is #6F55CB. Grayscale: #959595. Windows color (decimal): -7296460 or 3451536. OLE color: 3451536.
HSL color Cylindrical-coordinate representation of color #90AA34: hue angle of 73.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90AA34 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 52 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.33 |
| HSL | 73.22º | 0.53% | 0.44% | - |
| HSV(B) | 73.22º | 0.69% | 0.67% | - |
| XYZ | 26.5 | 34.93 | 8.59 | - |
| YUV | 148.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 52 | 0.15 | 0 | 0.69 | 0.33 | 73.22 | 0.53 | 0.44 |
| Hex | 90 | AA | 34 | F | 0 | 45 | 21 | 49 | 35 | 2C |
| Octal | 220 | 252 | 64 | 17 | 0 | 105 | 41 | 111 | 65 | 54 |
| Binary | 10010000 | 10101010 | 110100 | 1111 | 0 | 1000101 | 100001 | 1001001 | 110101 | 101100 |
Color Harmonies of #90AA34
Complementary color
Monochromatic Colors of #90AA34
Black with #90AA34
Text Example
Text Example
White with #90AA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA34; }
p { color: rgb(144,170,52); }
H1.HeaderClassName
{
color: #90AA34;
}
.AnyTagClassName
{
color: #90AA34;
}
</style>
background-color css
<style>
a { background-color: #90AA34; }
a { background-color: rgb(144,170,52); }
div.DivClassName
{
background-color: #90AA34;
}
.BgClassName
{
background-color: #90AA34;
}
</style>
border-color css
<style>
span { border-color: #90AA34; }
span { border-color: rgb(144,170,52); }
td.TdClassName
{
border-color: #90AA34;
}
.TagClassName
{
border-color: #90AA34;
}
</style>