Shades of Limerick #90AC27
Tints of Limerick #90AC27
RGB
CMYK
RGB Variations
Color information
#90AC27 (or 0x90AC27) is known color: Limerick. HEX triplet: 90, AC and 27. RGB value is (144,172,39). Sum of RGB (Red+Green+Blue) = 144+172+39=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AC27 is #6F53D8. Grayscale: #949494. Windows color (decimal): -7295961 or 2600080. OLE color: 2600080.
HSL color Cylindrical-coordinate representation of color #90AC27: hue angle of 72.63º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90AC27 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 39 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.33 |
| HSL | 72.63º | 0.63% | 0.41% | - |
| HSV(B) | 72.63º | 0.77% | 0.67% | - |
| XYZ | 26.62 | 35.58 | 7.38 | - |
| YUV | 148.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 39 | 0.16 | 0 | 0.77 | 0.33 | 72.63 | 0.63 | 0.41 |
| Hex | 90 | AC | 27 | 10 | 0 | 4D | 21 | 49 | 3F | 29 |
| Octal | 220 | 254 | 47 | 20 | 0 | 115 | 41 | 111 | 77 | 51 |
| Binary | 10010000 | 10101100 | 100111 | 10000 | 0 | 1001101 | 100001 | 1001001 | 111111 | 101001 |
Color Harmonies of #90AC27
Complementary color
Monochromatic Colors of #90AC27
Black with #90AC27
Text Example
Text Example
White with #90AC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC27; }
p { color: rgb(144,172,39); }
H1.HeaderClassName
{
color: #90AC27;
}
.AnyTagClassName
{
color: #90AC27;
}
</style>
background-color css
<style>
a { background-color: #90AC27; }
a { background-color: rgb(144,172,39); }
div.DivClassName
{
background-color: #90AC27;
}
.BgClassName
{
background-color: #90AC27;
}
</style>
border-color css
<style>
span { border-color: #90AC27; }
span { border-color: rgb(144,172,39); }
td.TdClassName
{
border-color: #90AC27;
}
.TagClassName
{
border-color: #90AC27;
}
</style>