Shades of Limerick #9AB02C
Tints of Limerick #9AB02C
RGB
CMYK
RGB Variations
Color information
#9AB02C (or 0x9AB02C) is known color: Limerick. HEX triplet: 9A, B0 and 2C. RGB value is (154,176,44). Sum of RGB (Red+Green+Blue) = 154+176+44=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB02C is #654FD3. Grayscale: #9A9A9A. Windows color (decimal): -6639572 or 2928794. OLE color: 2928794.
HSL color Cylindrical-coordinate representation of color #9AB02C: hue angle of 70º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AB02C is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 44 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.31 |
| HSL | 70º | 0.6% | 0.43% | - |
| HSV(B) | 70º | 0.75% | 0.69% | - |
| XYZ | 29.31 | 38.1 | 8.19 | - |
| YUV | 154.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 44 | 0.12 | 0 | 0.75 | 0.31 | 70 | 0.6 | 0.43 |
| Hex | 9A | B0 | 2C | C | 0 | 4B | 1F | 46 | 3C | 2B |
| Octal | 232 | 260 | 54 | 14 | 0 | 113 | 37 | 106 | 74 | 53 |
| Binary | 10011010 | 10110000 | 101100 | 1100 | 0 | 1001011 | 11111 | 1000110 | 111100 | 101011 |
Color Harmonies of #9AB02C
Complementary color
Monochromatic Colors of #9AB02C
Black with #9AB02C
Text Example
Text Example
White with #9AB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB02C; }
p { color: rgb(154,176,44); }
H1.HeaderClassName
{
color: #9AB02C;
}
.AnyTagClassName
{
color: #9AB02C;
}
</style>
background-color css
<style>
a { background-color: #9AB02C; }
a { background-color: rgb(154,176,44); }
div.DivClassName
{
background-color: #9AB02C;
}
.BgClassName
{
background-color: #9AB02C;
}
</style>
border-color css
<style>
span { border-color: #9AB02C; }
span { border-color: rgb(154,176,44); }
td.TdClassName
{
border-color: #9AB02C;
}
.TagClassName
{
border-color: #9AB02C;
}
</style>