Shades of Limerick #90BE18
Tints of Limerick #90BE18
RGB
CMYK
RGB Variations
Color information
#90BE18 (or 0x90BE18) is known color: Limerick. HEX triplet: 90, BE and 18. RGB value is (144,190,24). Sum of RGB (Red+Green+Blue) = 144+190+24=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BE18 is #6F41E7. Grayscale: #9D9D9D. Windows color (decimal): -7291368 or 1621648. OLE color: 1621648.
HSL color Cylindrical-coordinate representation of color #90BE18: hue angle of 76.63º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90BE18 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 24 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.25 |
| HSL | 76.63º | 0.78% | 0.42% | - |
| HSV(B) | 76.63º | 0.87% | 0.75% | - |
| XYZ | 30.08 | 42.82 | 7.54 | - |
| YUV | 157.32 | 52.76 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 24 | 0.24 | 0 | 0.87 | 0.25 | 76.63 | 0.78 | 0.42 |
| Hex | 90 | BE | 18 | 18 | 0 | 57 | 19 | 4D | 4E | 2A |
| Octal | 220 | 276 | 30 | 30 | 0 | 127 | 31 | 115 | 116 | 52 |
| Binary | 10010000 | 10111110 | 11000 | 11000 | 0 | 1010111 | 11001 | 1001101 | 1001110 | 101010 |
Color Harmonies of #90BE18
Complementary color
Monochromatic Colors of #90BE18
Black with #90BE18
Text Example
Text Example
White with #90BE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE18; }
p { color: rgb(144,190,24); }
H1.HeaderClassName
{
color: #90BE18;
}
.AnyTagClassName
{
color: #90BE18;
}
</style>
background-color css
<style>
a { background-color: #90BE18; }
a { background-color: rgb(144,190,24); }
div.DivClassName
{
background-color: #90BE18;
}
.BgClassName
{
background-color: #90BE18;
}
</style>
border-color css
<style>
span { border-color: #90BE18; }
span { border-color: rgb(144,190,24); }
td.TdClassName
{
border-color: #90BE18;
}
.TagClassName
{
border-color: #90BE18;
}
</style>