Shades of Limerick #90AA3E
Tints of Limerick #90AA3E
RGB
CMYK
RGB Variations
Color information
#90AA3E (or 0x90AA3E) is known color: Limerick. HEX triplet: 90, AA and 3E. RGB value is (144,170,62). Sum of RGB (Red+Green+Blue) = 144+170+62=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AA3E is #6F55C1. Grayscale: #969696. Windows color (decimal): -7296450 or 4106896. OLE color: 4106896.
HSL color Cylindrical-coordinate representation of color #90AA3E: hue angle of 74.44º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90AA3E is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 62 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.33 |
| HSL | 74.44º | 0.47% | 0.45% | - |
| HSV(B) | 74.44º | 0.64% | 0.67% | - |
| XYZ | 26.75 | 35.03 | 9.91 | - |
| YUV | 149.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 62 | 0.15 | 0 | 0.64 | 0.33 | 74.44 | 0.47 | 0.45 |
| Hex | 90 | AA | 3E | F | 0 | 40 | 21 | 4A | 2F | 2D |
| Octal | 220 | 252 | 76 | 17 | 0 | 100 | 41 | 112 | 57 | 55 |
| Binary | 10010000 | 10101010 | 111110 | 1111 | 0 | 1000000 | 100001 | 1001010 | 101111 | 101101 |
Color Harmonies of #90AA3E
Complementary color
Monochromatic Colors of #90AA3E
Black with #90AA3E
Text Example
Text Example
White with #90AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA3E; }
p { color: rgb(144,170,62); }
H1.HeaderClassName
{
color: #90AA3E;
}
.AnyTagClassName
{
color: #90AA3E;
}
</style>
background-color css
<style>
a { background-color: #90AA3E; }
a { background-color: rgb(144,170,62); }
div.DivClassName
{
background-color: #90AA3E;
}
.BgClassName
{
background-color: #90AA3E;
}
</style>
border-color css
<style>
span { border-color: #90AA3E; }
span { border-color: rgb(144,170,62); }
td.TdClassName
{
border-color: #90AA3E;
}
.TagClassName
{
border-color: #90AA3E;
}
</style>