Shades of Limerick #90BC18
Tints of Limerick #90BC18
RGB
CMYK
RGB Variations
Color information
#90BC18 (or 0x90BC18) is known color: Limerick. HEX triplet: 90, BC and 18. RGB value is (144,188,24). Sum of RGB (Red+Green+Blue) = 144+188+24=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BC18 is #6F43E7. Grayscale: #9C9C9C. Windows color (decimal): -7291880 or 1621136. OLE color: 1621136.
HSL color Cylindrical-coordinate representation of color #90BC18: hue angle of 76.1º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90BC18 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 24 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.26 |
| HSL | 76.1º | 0.77% | 0.42% | - |
| HSV(B) | 76.1º | 0.87% | 0.74% | - |
| XYZ | 29.65 | 41.96 | 7.4 | - |
| YUV | 156.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 24 | 0.23 | 0 | 0.87 | 0.26 | 76.1 | 0.77 | 0.42 |
| Hex | 90 | BC | 18 | 17 | 0 | 57 | 1A | 4C | 4D | 2A |
| Octal | 220 | 274 | 30 | 27 | 0 | 127 | 32 | 114 | 115 | 52 |
| Binary | 10010000 | 10111100 | 11000 | 10111 | 0 | 1010111 | 11010 | 1001100 | 1001101 | 101010 |
Color Harmonies of #90BC18
Complementary color
Monochromatic Colors of #90BC18
Black with #90BC18
Text Example
Text Example
White with #90BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC18; }
p { color: rgb(144,188,24); }
H1.HeaderClassName
{
color: #90BC18;
}
.AnyTagClassName
{
color: #90BC18;
}
</style>
background-color css
<style>
a { background-color: #90BC18; }
a { background-color: rgb(144,188,24); }
div.DivClassName
{
background-color: #90BC18;
}
.BgClassName
{
background-color: #90BC18;
}
</style>
border-color css
<style>
span { border-color: #90BC18; }
span { border-color: rgb(144,188,24); }
td.TdClassName
{
border-color: #90BC18;
}
.TagClassName
{
border-color: #90BC18;
}
</style>