Shades of Limerick #9AB830
Tints of Limerick #9AB830
RGB
CMYK
RGB Variations
Color information
#9AB830 (or 0x9AB830) is known color: Limerick. HEX triplet: 9A, B8 and 30. RGB value is (154,184,48). Sum of RGB (Red+Green+Blue) = 154+184+48=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB830 is #6547CF. Grayscale: #A0A0A0. Windows color (decimal): -6637520 or 3192986. OLE color: 3192986.
HSL color Cylindrical-coordinate representation of color #9AB830: hue angle of 73.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AB830 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 48 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.28 |
| HSL | 73.24º | 0.59% | 0.45% | - |
| HSV(B) | 73.24º | 0.74% | 0.72% | - |
| XYZ | 31 | 41.36 | 9.15 | - |
| YUV | 159.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 48 | 0.16 | 0 | 0.74 | 0.28 | 73.24 | 0.59 | 0.45 |
| Hex | 9A | B8 | 30 | 10 | 0 | 4A | 1C | 49 | 3B | 2D |
| Octal | 232 | 270 | 60 | 20 | 0 | 112 | 34 | 111 | 73 | 55 |
| Binary | 10011010 | 10111000 | 110000 | 10000 | 0 | 1001010 | 11100 | 1001001 | 111011 | 101101 |
Color Harmonies of #9AB830
Complementary color
Monochromatic Colors of #9AB830
Black with #9AB830
Text Example
Text Example
White with #9AB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB830; }
p { color: rgb(154,184,48); }
H1.HeaderClassName
{
color: #9AB830;
}
.AnyTagClassName
{
color: #9AB830;
}
</style>
background-color css
<style>
a { background-color: #9AB830; }
a { background-color: rgb(154,184,48); }
div.DivClassName
{
background-color: #9AB830;
}
.BgClassName
{
background-color: #9AB830;
}
</style>
border-color css
<style>
span { border-color: #9AB830; }
span { border-color: rgb(154,184,48); }
td.TdClassName
{
border-color: #9AB830;
}
.TagClassName
{
border-color: #9AB830;
}
</style>