Shades of Limerick #90C01F
Tints of Limerick #90C01F
RGB
CMYK
RGB Variations
Color information
#90C01F (or 0x90C01F) is known color: Limerick. HEX triplet: 90, C0 and 1F. RGB value is (144,192,31). Sum of RGB (Red+Green+Blue) = 144+192+31=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #90C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C01F is #6F3FE0. Grayscale: #9F9F9F. Windows color (decimal): -7290849 or 2080912. OLE color: 2080912.
HSL color Cylindrical-coordinate representation of color #90C01F: hue angle of 77.89º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90C01F is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 31 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.25 |
| HSL | 77.89º | 0.72% | 0.44% | - |
| HSV(B) | 77.89º | 0.84% | 0.75% | - |
| XYZ | 30.6 | 43.73 | 8.12 | - |
| YUV | 159.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 31 | 0.25 | 0 | 0.84 | 0.25 | 77.89 | 0.72 | 0.44 |
| Hex | 90 | C0 | 1F | 19 | 0 | 54 | 19 | 4E | 48 | 2C |
| Octal | 220 | 300 | 37 | 31 | 0 | 124 | 31 | 116 | 110 | 54 |
| Binary | 10010000 | 11000000 | 11111 | 11001 | 0 | 1010100 | 11001 | 1001110 | 1001000 | 101100 |
Color Harmonies of #90C01F
Complementary color
Monochromatic Colors of #90C01F
Black with #90C01F
Text Example
Text Example
White with #90C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C01F; }
p { color: rgb(144,192,31); }
H1.HeaderClassName
{
color: #90C01F;
}
.AnyTagClassName
{
color: #90C01F;
}
</style>
background-color css
<style>
a { background-color: #90C01F; }
a { background-color: rgb(144,192,31); }
div.DivClassName
{
background-color: #90C01F;
}
.BgClassName
{
background-color: #90C01F;
}
</style>
border-color css
<style>
span { border-color: #90C01F; }
span { border-color: rgb(144,192,31); }
td.TdClassName
{
border-color: #90C01F;
}
.TagClassName
{
border-color: #90C01F;
}
</style>