Shades of Limerick #90B23F
Tints of Limerick #90B23F
RGB
CMYK
RGB Variations
Color information
#90B23F (or 0x90B23F) is known color: Limerick. HEX triplet: 90, B2 and 3F. RGB value is (144,178,63). Sum of RGB (Red+Green+Blue) = 144+178+63=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #90B23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B23F is #6F4DC0. Grayscale: #9B9B9B. Windows color (decimal): -7294401 or 4174480. OLE color: 4174480.
HSL color Cylindrical-coordinate representation of color #90B23F: hue angle of 77.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90B23F is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 178 | 63 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.30 |
| HSL | 77.74º | 0.48% | 0.47% | - |
| HSV(B) | 77.74º | 0.65% | 0.7% | - |
| XYZ | 28.32 | 38.13 | 10.57 | - |
| YUV | 154.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 63 | 0.19 | 0 | 0.65 | 0.30 | 77.74 | 0.48 | 0.47 |
| Hex | 90 | B2 | 3F | 13 | 0 | 41 | 1E | 4E | 30 | 2F |
| Octal | 220 | 262 | 77 | 23 | 0 | 101 | 36 | 116 | 60 | 57 |
| Binary | 10010000 | 10110010 | 111111 | 10011 | 0 | 1000001 | 11110 | 1001110 | 110000 | 101111 |
Color Harmonies of #90B23F
Complementary color
Monochromatic Colors of #90B23F
Black with #90B23F
Text Example
Text Example
White with #90B23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B23F; }
p { color: rgb(144,178,63); }
H1.HeaderClassName
{
color: #90B23F;
}
.AnyTagClassName
{
color: #90B23F;
}
</style>
background-color css
<style>
a { background-color: #90B23F; }
a { background-color: rgb(144,178,63); }
div.DivClassName
{
background-color: #90B23F;
}
.BgClassName
{
background-color: #90B23F;
}
</style>
border-color css
<style>
span { border-color: #90B23F; }
span { border-color: rgb(144,178,63); }
td.TdClassName
{
border-color: #90B23F;
}
.TagClassName
{
border-color: #90B23F;
}
</style>