Shades of Limerick #9AB424
Tints of Limerick #9AB424
RGB
CMYK
RGB Variations
Color information
#9AB424 (or 0x9AB424) is known color: Limerick. HEX triplet: 9A, B4 and 24. RGB value is (154,180,36). Sum of RGB (Red+Green+Blue) = 154+180+36=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB424 is #654BDB. Grayscale: #9C9C9C. Windows color (decimal): -6638556 or 2405530. OLE color: 2405530.
HSL color Cylindrical-coordinate representation of color #9AB424: hue angle of 70.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9AB424 is Cyan = 0.14, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 36 | - |
| CMYK | 0.14 | 0 | 0.8 | 0.29 |
| HSL | 70.83º | 0.67% | 0.42% | - |
| HSV(B) | 70.83º | 0.8% | 0.71% | - |
| XYZ | 29.97 | 39.64 | 7.74 | - |
| YUV | 155.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 36 | 0.14 | 0 | 0.8 | 0.29 | 70.83 | 0.67 | 0.42 |
| Hex | 9A | B4 | 24 | E | 0 | 50 | 1D | 47 | 43 | 2A |
| Octal | 232 | 264 | 44 | 16 | 0 | 120 | 35 | 107 | 103 | 52 |
| Binary | 10011010 | 10110100 | 100100 | 1110 | 0 | 1010000 | 11101 | 1000111 | 1000011 | 101010 |
Color Harmonies of #9AB424
Complementary color
Monochromatic Colors of #9AB424
Black with #9AB424
Text Example
Text Example
White with #9AB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB424; }
p { color: rgb(154,180,36); }
H1.HeaderClassName
{
color: #9AB424;
}
.AnyTagClassName
{
color: #9AB424;
}
</style>
background-color css
<style>
a { background-color: #9AB424; }
a { background-color: rgb(154,180,36); }
div.DivClassName
{
background-color: #9AB424;
}
.BgClassName
{
background-color: #9AB424;
}
</style>
border-color css
<style>
span { border-color: #9AB424; }
span { border-color: rgb(154,180,36); }
td.TdClassName
{
border-color: #9AB424;
}
.TagClassName
{
border-color: #9AB424;
}
</style>