Shades of Limerick #90AC3B
Tints of Limerick #90AC3B
RGB
CMYK
RGB Variations
Color information
#90AC3B (or 0x90AC3B) is known color: Limerick. HEX triplet: 90, AC and 3B. RGB value is (144,172,59). Sum of RGB (Red+Green+Blue) = 144+172+59=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AC3B is #6F53C4. Grayscale: #979797. Windows color (decimal): -7295941 or 3910800. OLE color: 3910800.
HSL color Cylindrical-coordinate representation of color #90AC3B: hue angle of 74.87º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90AC3B is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 59 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.33 |
| HSL | 74.87º | 0.49% | 0.45% | - |
| HSV(B) | 74.87º | 0.66% | 0.67% | - |
| XYZ | 27.04 | 35.75 | 9.61 | - |
| YUV | 150.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 59 | 0.16 | 0 | 0.66 | 0.33 | 74.87 | 0.49 | 0.45 |
| Hex | 90 | AC | 3B | 10 | 0 | 42 | 21 | 4B | 31 | 2D |
| Octal | 220 | 254 | 73 | 20 | 0 | 102 | 41 | 113 | 61 | 55 |
| Binary | 10010000 | 10101100 | 111011 | 10000 | 0 | 1000010 | 100001 | 1001011 | 110001 | 101101 |
Color Harmonies of #90AC3B
Complementary color
Monochromatic Colors of #90AC3B
Black with #90AC3B
Text Example
Text Example
White with #90AC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC3B; }
p { color: rgb(144,172,59); }
H1.HeaderClassName
{
color: #90AC3B;
}
.AnyTagClassName
{
color: #90AC3B;
}
</style>
background-color css
<style>
a { background-color: #90AC3B; }
a { background-color: rgb(144,172,59); }
div.DivClassName
{
background-color: #90AC3B;
}
.BgClassName
{
background-color: #90AC3B;
}
</style>
border-color css
<style>
span { border-color: #90AC3B; }
span { border-color: rgb(144,172,59); }
td.TdClassName
{
border-color: #90AC3B;
}
.TagClassName
{
border-color: #90AC3B;
}
</style>