Shades of Limerick #90C120
Tints of Limerick #90C120
RGB
CMYK
RGB Variations
Color information
#90C120 (or 0x90C120) is known color: Limerick. HEX triplet: 90, C1 and 20. RGB value is (144,193,32). Sum of RGB (Red+Green+Blue) = 144+193+32=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #90C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C120 is #6F3EDF. Grayscale: #A0A0A0. Windows color (decimal): -7290592 or 2146704. OLE color: 2146704.
HSL color Cylindrical-coordinate representation of color #90C120: hue angle of 78.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90C120 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 32 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.24 |
| HSL | 78.26º | 0.72% | 0.44% | - |
| HSV(B) | 78.26º | 0.83% | 0.76% | - |
| XYZ | 30.83 | 44.17 | 8.27 | - |
| YUV | 160 | 55.77 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 32 | 0.25 | 0 | 0.83 | 0.24 | 78.26 | 0.72 | 0.44 |
| Hex | 90 | C1 | 20 | 19 | 0 | 53 | 18 | 4E | 48 | 2C |
| Octal | 220 | 301 | 40 | 31 | 0 | 123 | 30 | 116 | 110 | 54 |
| Binary | 10010000 | 11000001 | 100000 | 11001 | 0 | 1010011 | 11000 | 1001110 | 1001000 | 101100 |
Color Harmonies of #90C120
Complementary color
Monochromatic Colors of #90C120
Black with #90C120
Text Example
Text Example
White with #90C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C120; }
p { color: rgb(144,193,32); }
H1.HeaderClassName
{
color: #90C120;
}
.AnyTagClassName
{
color: #90C120;
}
</style>
background-color css
<style>
a { background-color: #90C120; }
a { background-color: rgb(144,193,32); }
div.DivClassName
{
background-color: #90C120;
}
.BgClassName
{
background-color: #90C120;
}
</style>
border-color css
<style>
span { border-color: #90C120; }
span { border-color: rgb(144,193,32); }
td.TdClassName
{
border-color: #90C120;
}
.TagClassName
{
border-color: #90C120;
}
</style>