Shades of Limerick #90C020
Tints of Limerick #90C020
RGB
CMYK
RGB Variations
Color information
#90C020 (or 0x90C020) is known color: Limerick. HEX triplet: 90, C0 and 20. RGB value is (144,192,32). Sum of RGB (Red+Green+Blue) = 144+192+32=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #90C020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C020 is #6F3FDF. Grayscale: #A0A0A0. Windows color (decimal): -7290848 or 2146448. OLE color: 2146448.
HSL color Cylindrical-coordinate representation of color #90C020: hue angle of 78º 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 #90C020 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 32 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.25 |
| HSL | 78º | 0.71% | 0.44% | - |
| HSV(B) | 78º | 0.83% | 0.75% | - |
| XYZ | 30.61 | 43.73 | 8.19 | - |
| YUV | 159.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 32 | 0.25 | 0 | 0.83 | 0.25 | 78 | 0.71 | 0.44 |
| Hex | 90 | C0 | 20 | 19 | 0 | 53 | 19 | 4E | 47 | 2C |
| Octal | 220 | 300 | 40 | 31 | 0 | 123 | 31 | 116 | 107 | 54 |
| Binary | 10010000 | 11000000 | 100000 | 11001 | 0 | 1010011 | 11001 | 1001110 | 1000111 | 101100 |
Color Harmonies of #90C020
Complementary color
Monochromatic Colors of #90C020
Black with #90C020
Text Example
Text Example
White with #90C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C020; }
p { color: rgb(144,192,32); }
H1.HeaderClassName
{
color: #90C020;
}
.AnyTagClassName
{
color: #90C020;
}
</style>
background-color css
<style>
a { background-color: #90C020; }
a { background-color: rgb(144,192,32); }
div.DivClassName
{
background-color: #90C020;
}
.BgClassName
{
background-color: #90C020;
}
</style>
border-color css
<style>
span { border-color: #90C020; }
span { border-color: rgb(144,192,32); }
td.TdClassName
{
border-color: #90C020;
}
.TagClassName
{
border-color: #90C020;
}
</style>