Shades of Limerick #90AA3C
Tints of Limerick #90AA3C
RGB
CMYK
RGB Variations
Color information
#90AA3C (or 0x90AA3C) is known color: Limerick. HEX triplet: 90, AA and 3C. RGB value is (144,170,60). Sum of RGB (Red+Green+Blue) = 144+170+60=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AA3C is #6F55C3. Grayscale: #969696. Windows color (decimal): -7296452 or 3975824. OLE color: 3975824.
HSL color Cylindrical-coordinate representation of color #90AA3C: hue angle of 74.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90AA3C is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 60 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.33 |
| HSL | 74.18º | 0.48% | 0.45% | - |
| HSV(B) | 74.18º | 0.65% | 0.67% | - |
| XYZ | 26.69 | 35 | 9.62 | - |
| YUV | 149.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 60 | 0.15 | 0 | 0.65 | 0.33 | 74.18 | 0.48 | 0.45 |
| Hex | 90 | AA | 3C | F | 0 | 41 | 21 | 4A | 30 | 2D |
| Octal | 220 | 252 | 74 | 17 | 0 | 101 | 41 | 112 | 60 | 55 |
| Binary | 10010000 | 10101010 | 111100 | 1111 | 0 | 1000001 | 100001 | 1001010 | 110000 | 101101 |
Color Harmonies of #90AA3C
Complementary color
Monochromatic Colors of #90AA3C
Black with #90AA3C
Text Example
Text Example
White with #90AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA3C; }
p { color: rgb(144,170,60); }
H1.HeaderClassName
{
color: #90AA3C;
}
.AnyTagClassName
{
color: #90AA3C;
}
</style>
background-color css
<style>
a { background-color: #90AA3C; }
a { background-color: rgb(144,170,60); }
div.DivClassName
{
background-color: #90AA3C;
}
.BgClassName
{
background-color: #90AA3C;
}
</style>
border-color css
<style>
span { border-color: #90AA3C; }
span { border-color: rgb(144,170,60); }
td.TdClassName
{
border-color: #90AA3C;
}
.TagClassName
{
border-color: #90AA3C;
}
</style>