Shades of Limerick #90C021
Tints of Limerick #90C021
RGB
CMYK
RGB Variations
Color information
#90C021 (or 0x90C021) is known color: Limerick. HEX triplet: 90, C0 and 21. RGB value is (144,192,33). Sum of RGB (Red+Green+Blue) = 144+192+33=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #90C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C021 is #6F3FDE. Grayscale: #A0A0A0. Windows color (decimal): -7290847 or 2211984. OLE color: 2211984.
HSL color Cylindrical-coordinate representation of color #90C021: hue angle of 78.11º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90C021 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 33 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.25 |
| HSL | 78.11º | 0.71% | 0.44% | - |
| HSV(B) | 78.11º | 0.83% | 0.75% | - |
| XYZ | 30.63 | 43.74 | 8.27 | - |
| YUV | 159.52 | 56.6 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 33 | 0.25 | 0 | 0.83 | 0.25 | 78.11 | 0.71 | 0.44 |
| Hex | 90 | C0 | 21 | 19 | 0 | 53 | 19 | 4E | 47 | 2C |
| Octal | 220 | 300 | 41 | 31 | 0 | 123 | 31 | 116 | 107 | 54 |
| Binary | 10010000 | 11000000 | 100001 | 11001 | 0 | 1010011 | 11001 | 1001110 | 1000111 | 101100 |
Color Harmonies of #90C021
Complementary color
Monochromatic Colors of #90C021
Black with #90C021
Text Example
Text Example
White with #90C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C021; }
p { color: rgb(144,192,33); }
H1.HeaderClassName
{
color: #90C021;
}
.AnyTagClassName
{
color: #90C021;
}
</style>
background-color css
<style>
a { background-color: #90C021; }
a { background-color: rgb(144,192,33); }
div.DivClassName
{
background-color: #90C021;
}
.BgClassName
{
background-color: #90C021;
}
</style>
border-color css
<style>
span { border-color: #90C021; }
span { border-color: rgb(144,192,33); }
td.TdClassName
{
border-color: #90C021;
}
.TagClassName
{
border-color: #90C021;
}
</style>