Shades of Limerick #90A73C
Tints of Limerick #90A73C
RGB
CMYK
RGB Variations
Color information
#90A73C (or 0x90A73C) is known color: Limerick. HEX triplet: 90, A7 and 3C. RGB value is (144,167,60). Sum of RGB (Red+Green+Blue) = 144+167+60=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #90A73C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A73C is #6F58C3. Grayscale: #949494. Windows color (decimal): -7297220 or 3975056. OLE color: 3975056.
HSL color Cylindrical-coordinate representation of color #90A73C: hue angle of 72.9º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90A73C is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 60 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.35 |
| HSL | 72.9º | 0.47% | 0.45% | - |
| HSV(B) | 72.9º | 0.64% | 0.65% | - |
| XYZ | 26.14 | 33.89 | 9.44 | - |
| YUV | 147.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 60 | 0.14 | 0 | 0.64 | 0.35 | 72.9 | 0.47 | 0.45 |
| Hex | 90 | A7 | 3C | E | 0 | 40 | 23 | 49 | 2F | 2D |
| Octal | 220 | 247 | 74 | 16 | 0 | 100 | 43 | 111 | 57 | 55 |
| Binary | 10010000 | 10100111 | 111100 | 1110 | 0 | 1000000 | 100011 | 1001001 | 101111 | 101101 |
Color Harmonies of #90A73C
Complementary color
Monochromatic Colors of #90A73C
Black with #90A73C
Text Example
Text Example
White with #90A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A73C; }
p { color: rgb(144,167,60); }
H1.HeaderClassName
{
color: #90A73C;
}
.AnyTagClassName
{
color: #90A73C;
}
</style>
background-color css
<style>
a { background-color: #90A73C; }
a { background-color: rgb(144,167,60); }
div.DivClassName
{
background-color: #90A73C;
}
.BgClassName
{
background-color: #90A73C;
}
</style>
border-color css
<style>
span { border-color: #90A73C; }
span { border-color: rgb(144,167,60); }
td.TdClassName
{
border-color: #90A73C;
}
.TagClassName
{
border-color: #90A73C;
}
</style>