Shades of Limerick #90A739
Tints of Limerick #90A739
RGB
CMYK
RGB Variations
Color information
#90A739 (or 0x90A739) is known color: Limerick. HEX triplet: 90, A7 and 39. RGB value is (144,167,57). Sum of RGB (Red+Green+Blue) = 144+167+57=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #90A739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A739 is #6F58C6. Grayscale: #949494. Windows color (decimal): -7297223 or 3778448. OLE color: 3778448.
HSL color Cylindrical-coordinate representation of color #90A739: hue angle of 72.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90A739 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 57 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.35 |
| HSL | 72.55º | 0.49% | 0.44% | - |
| HSV(B) | 72.55º | 0.66% | 0.65% | - |
| XYZ | 26.06 | 33.86 | 9.03 | - |
| YUV | 147.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 57 | 0.14 | 0 | 0.66 | 0.35 | 72.55 | 0.49 | 0.44 |
| Hex | 90 | A7 | 39 | E | 0 | 42 | 23 | 49 | 31 | 2C |
| Octal | 220 | 247 | 71 | 16 | 0 | 102 | 43 | 111 | 61 | 54 |
| Binary | 10010000 | 10100111 | 111001 | 1110 | 0 | 1000010 | 100011 | 1001001 | 110001 | 101100 |
Color Harmonies of #90A739
Complementary color
Monochromatic Colors of #90A739
Black with #90A739
Text Example
Text Example
White with #90A739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A739; }
p { color: rgb(144,167,57); }
H1.HeaderClassName
{
color: #90A739;
}
.AnyTagClassName
{
color: #90A739;
}
</style>
background-color css
<style>
a { background-color: #90A739; }
a { background-color: rgb(144,167,57); }
div.DivClassName
{
background-color: #90A739;
}
.BgClassName
{
background-color: #90A739;
}
</style>
border-color css
<style>
span { border-color: #90A739; }
span { border-color: rgb(144,167,57); }
td.TdClassName
{
border-color: #90A739;
}
.TagClassName
{
border-color: #90A739;
}
</style>