Shades of Limerick #90BA2F
Tints of Limerick #90BA2F
RGB
CMYK
RGB Variations
Color information
#90BA2F (or 0x90BA2F) is known color: Limerick. HEX triplet: 90, BA and 2F. RGB value is (144,186,47). Sum of RGB (Red+Green+Blue) = 144+186+47=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BA2F is #6F45D0. Grayscale: #9E9E9E. Windows color (decimal): -7292369 or 3127952. OLE color: 3127952.
HSL color Cylindrical-coordinate representation of color #90BA2F: hue angle of 78.13º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90BA2F is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 47 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.27 |
| HSL | 78.13º | 0.6% | 0.46% | - |
| HSV(B) | 78.13º | 0.75% | 0.73% | - |
| XYZ | 29.57 | 41.25 | 9.09 | - |
| YUV | 157.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 47 | 0.23 | 0 | 0.75 | 0.27 | 78.13 | 0.6 | 0.46 |
| Hex | 90 | BA | 2F | 17 | 0 | 4B | 1B | 4E | 3C | 2E |
| Octal | 220 | 272 | 57 | 27 | 0 | 113 | 33 | 116 | 74 | 56 |
| Binary | 10010000 | 10111010 | 101111 | 10111 | 0 | 1001011 | 11011 | 1001110 | 111100 | 101110 |
Color Harmonies of #90BA2F
Complementary color
Monochromatic Colors of #90BA2F
Black with #90BA2F
Text Example
Text Example
White with #90BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA2F; }
p { color: rgb(144,186,47); }
H1.HeaderClassName
{
color: #90BA2F;
}
.AnyTagClassName
{
color: #90BA2F;
}
</style>
background-color css
<style>
a { background-color: #90BA2F; }
a { background-color: rgb(144,186,47); }
div.DivClassName
{
background-color: #90BA2F;
}
.BgClassName
{
background-color: #90BA2F;
}
</style>
border-color css
<style>
span { border-color: #90BA2F; }
span { border-color: rgb(144,186,47); }
td.TdClassName
{
border-color: #90BA2F;
}
.TagClassName
{
border-color: #90BA2F;
}
</style>