Shades of Limerick #9AB82F
Tints of Limerick #9AB82F
RGB
CMYK
RGB Variations
Color information
#9AB82F (or 0x9AB82F) is known color: Limerick. HEX triplet: 9A, B8 and 2F. RGB value is (154,184,47). Sum of RGB (Red+Green+Blue) = 154+184+47=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB82F is #6547D0. Grayscale: #9F9F9F. Windows color (decimal): -6637521 or 3127450. OLE color: 3127450.
HSL color Cylindrical-coordinate representation of color #9AB82F: hue angle of 73.14º 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 #9AB82F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 47 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.28 |
| HSL | 73.14º | 0.59% | 0.45% | - |
| HSV(B) | 73.14º | 0.74% | 0.72% | - |
| XYZ | 30.98 | 41.36 | 9.04 | - |
| YUV | 159.41 | 64.56 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 47 | 0.16 | 0 | 0.74 | 0.28 | 73.14 | 0.59 | 0.45 |
| Hex | 9A | B8 | 2F | 10 | 0 | 4A | 1C | 49 | 3B | 2D |
| Octal | 232 | 270 | 57 | 20 | 0 | 112 | 34 | 111 | 73 | 55 |
| Binary | 10011010 | 10111000 | 101111 | 10000 | 0 | 1001010 | 11100 | 1001001 | 111011 | 101101 |
Color Harmonies of #9AB82F
Complementary color
Monochromatic Colors of #9AB82F
Black with #9AB82F
Text Example
Text Example
White with #9AB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB82F; }
p { color: rgb(154,184,47); }
H1.HeaderClassName
{
color: #9AB82F;
}
.AnyTagClassName
{
color: #9AB82F;
}
</style>
background-color css
<style>
a { background-color: #9AB82F; }
a { background-color: rgb(154,184,47); }
div.DivClassName
{
background-color: #9AB82F;
}
.BgClassName
{
background-color: #9AB82F;
}
</style>
border-color css
<style>
span { border-color: #9AB82F; }
span { border-color: rgb(154,184,47); }
td.TdClassName
{
border-color: #9AB82F;
}
.TagClassName
{
border-color: #9AB82F;
}
</style>