Shades of Limerick #90A72B
Tints of Limerick #90A72B
RGB
CMYK
RGB Variations
Color information
#90A72B (or 0x90A72B) is known color: Limerick. HEX triplet: 90, A7 and 2B. RGB value is (144,167,43). Sum of RGB (Red+Green+Blue) = 144+167+43=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #90A72B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A72B is #6F58D4. Grayscale: #929292. Windows color (decimal): -7297237 or 2860944. OLE color: 2860944.
HSL color Cylindrical-coordinate representation of color #90A72B: hue angle of 71.13º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90A72B is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 43 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.35 |
| HSL | 71.13º | 0.59% | 0.41% | - |
| HSV(B) | 71.13º | 0.74% | 0.65% | - |
| XYZ | 25.76 | 33.74 | 7.44 | - |
| YUV | 145.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 43 | 0.14 | 0 | 0.74 | 0.35 | 71.13 | 0.59 | 0.41 |
| Hex | 90 | A7 | 2B | E | 0 | 4A | 23 | 47 | 3B | 29 |
| Octal | 220 | 247 | 53 | 16 | 0 | 112 | 43 | 107 | 73 | 51 |
| Binary | 10010000 | 10100111 | 101011 | 1110 | 0 | 1001010 | 100011 | 1000111 | 111011 | 101001 |
Color Harmonies of #90A72B
Complementary color
Monochromatic Colors of #90A72B
Black with #90A72B
Text Example
Text Example
White with #90A72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A72B; }
p { color: rgb(144,167,43); }
H1.HeaderClassName
{
color: #90A72B;
}
.AnyTagClassName
{
color: #90A72B;
}
</style>
background-color css
<style>
a { background-color: #90A72B; }
a { background-color: rgb(144,167,43); }
div.DivClassName
{
background-color: #90A72B;
}
.BgClassName
{
background-color: #90A72B;
}
</style>
border-color css
<style>
span { border-color: #90A72B; }
span { border-color: rgb(144,167,43); }
td.TdClassName
{
border-color: #90A72B;
}
.TagClassName
{
border-color: #90A72B;
}
</style>