Shades of Limerick #90AA39
Tints of Limerick #90AA39
RGB
CMYK
RGB Variations
Color information
#90AA39 (or 0x90AA39) is known color: Limerick. HEX triplet: 90, AA and 39. RGB value is (144,170,57). Sum of RGB (Red+Green+Blue) = 144+170+57=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AA39 is #6F55C6. Grayscale: #959595. Windows color (decimal): -7296455 or 3779216. OLE color: 3779216.
HSL color Cylindrical-coordinate representation of color #90AA39: hue angle of 73.81º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90AA39 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 57 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.33 |
| HSL | 73.81º | 0.5% | 0.45% | - |
| HSV(B) | 73.81º | 0.66% | 0.67% | - |
| XYZ | 26.61 | 34.97 | 9.22 | - |
| YUV | 149.34 | 75.89 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 57 | 0.15 | 0 | 0.66 | 0.33 | 73.81 | 0.5 | 0.45 |
| Hex | 90 | AA | 39 | F | 0 | 42 | 21 | 4A | 32 | 2D |
| Octal | 220 | 252 | 71 | 17 | 0 | 102 | 41 | 112 | 62 | 55 |
| Binary | 10010000 | 10101010 | 111001 | 1111 | 0 | 1000010 | 100001 | 1001010 | 110010 | 101101 |
Color Harmonies of #90AA39
Complementary color
Monochromatic Colors of #90AA39
Black with #90AA39
Text Example
Text Example
White with #90AA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA39; }
p { color: rgb(144,170,57); }
H1.HeaderClassName
{
color: #90AA39;
}
.AnyTagClassName
{
color: #90AA39;
}
</style>
background-color css
<style>
a { background-color: #90AA39; }
a { background-color: rgb(144,170,57); }
div.DivClassName
{
background-color: #90AA39;
}
.BgClassName
{
background-color: #90AA39;
}
</style>
border-color css
<style>
span { border-color: #90AA39; }
span { border-color: rgb(144,170,57); }
td.TdClassName
{
border-color: #90AA39;
}
.TagClassName
{
border-color: #90AA39;
}
</style>