Shades of Limerick #9AB82D
Tints of Limerick #9AB82D
RGB
CMYK
RGB Variations
Color information
#9AB82D (or 0x9AB82D) is known color: Limerick. HEX triplet: 9A, B8 and 2D. RGB value is (154,184,45). Sum of RGB (Red+Green+Blue) = 154+184+45=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB82D is #6547D2. Grayscale: #9F9F9F. Windows color (decimal): -6637523 or 2996378. OLE color: 2996378.
HSL color Cylindrical-coordinate representation of color #9AB82D: hue angle of 72.95º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9AB82D is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 45 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.28 |
| HSL | 72.95º | 0.61% | 0.45% | - |
| HSV(B) | 72.95º | 0.76% | 0.72% | - |
| XYZ | 30.94 | 41.34 | 8.83 | - |
| YUV | 159.18 | 63.56 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 45 | 0.16 | 0 | 0.76 | 0.28 | 72.95 | 0.61 | 0.45 |
| Hex | 9A | B8 | 2D | 10 | 0 | 4C | 1C | 49 | 3D | 2D |
| Octal | 232 | 270 | 55 | 20 | 0 | 114 | 34 | 111 | 75 | 55 |
| Binary | 10011010 | 10111000 | 101101 | 10000 | 0 | 1001100 | 11100 | 1001001 | 111101 | 101101 |
Color Harmonies of #9AB82D
Complementary color
Monochromatic Colors of #9AB82D
Black with #9AB82D
Text Example
Text Example
White with #9AB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB82D; }
p { color: rgb(154,184,45); }
H1.HeaderClassName
{
color: #9AB82D;
}
.AnyTagClassName
{
color: #9AB82D;
}
</style>
background-color css
<style>
a { background-color: #9AB82D; }
a { background-color: rgb(154,184,45); }
div.DivClassName
{
background-color: #9AB82D;
}
.BgClassName
{
background-color: #9AB82D;
}
</style>
border-color css
<style>
span { border-color: #9AB82D; }
span { border-color: rgb(154,184,45); }
td.TdClassName
{
border-color: #9AB82D;
}
.TagClassName
{
border-color: #9AB82D;
}
</style>