Shades of Limerick #90BC2A
Tints of Limerick #90BC2A
RGB
CMYK
RGB Variations
Color information
#90BC2A (or 0x90BC2A) is known color: Limerick. HEX triplet: 90, BC and 2A. RGB value is (144,188,42). Sum of RGB (Red+Green+Blue) = 144+188+42=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC2A is #6F43D5. Grayscale: #9E9E9E. Windows color (decimal): -7291862 or 2800784. OLE color: 2800784.
HSL color Cylindrical-coordinate representation of color #90BC2A: hue angle of 78.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90BC2A is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 42 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.26 |
| HSL | 78.08º | 0.63% | 0.45% | - |
| HSV(B) | 78.08º | 0.78% | 0.74% | - |
| XYZ | 29.9 | 42.06 | 8.73 | - |
| YUV | 158.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 42 | 0.23 | 0 | 0.78 | 0.26 | 78.08 | 0.63 | 0.45 |
| Hex | 90 | BC | 2A | 17 | 0 | 4E | 1A | 4E | 3F | 2D |
| Octal | 220 | 274 | 52 | 27 | 0 | 116 | 32 | 116 | 77 | 55 |
| Binary | 10010000 | 10111100 | 101010 | 10111 | 0 | 1001110 | 11010 | 1001110 | 111111 | 101101 |
Color Harmonies of #90BC2A
Complementary color
Monochromatic Colors of #90BC2A
Black with #90BC2A
Text Example
Text Example
White with #90BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC2A; }
p { color: rgb(144,188,42); }
H1.HeaderClassName
{
color: #90BC2A;
}
.AnyTagClassName
{
color: #90BC2A;
}
</style>
background-color css
<style>
a { background-color: #90BC2A; }
a { background-color: rgb(144,188,42); }
div.DivClassName
{
background-color: #90BC2A;
}
.BgClassName
{
background-color: #90BC2A;
}
</style>
border-color css
<style>
span { border-color: #90BC2A; }
span { border-color: rgb(144,188,42); }
td.TdClassName
{
border-color: #90BC2A;
}
.TagClassName
{
border-color: #90BC2A;
}
</style>