Shades of Limerick #9AB43C
Tints of Limerick #9AB43C
RGB
CMYK
RGB Variations
Color information
#9AB43C (or 0x9AB43C) is known color: Limerick. HEX triplet: 9A, B4 and 3C. RGB value is (154,180,60). Sum of RGB (Red+Green+Blue) = 154+180+60=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB43C is #654BC3. Grayscale: #9E9E9E. Windows color (decimal): -6638532 or 3978394. OLE color: 3978394.
HSL color Cylindrical-coordinate representation of color #9AB43C: hue angle of 73º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AB43C is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 60 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.29 |
| HSL | 73º | 0.5% | 0.47% | - |
| HSV(B) | 73º | 0.67% | 0.71% | - |
| XYZ | 30.46 | 39.84 | 10.36 | - |
| YUV | 158.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 60 | 0.14 | 0 | 0.67 | 0.29 | 73 | 0.5 | 0.47 |
| Hex | 9A | B4 | 3C | E | 0 | 43 | 1D | 49 | 32 | 2F |
| Octal | 232 | 264 | 74 | 16 | 0 | 103 | 35 | 111 | 62 | 57 |
| Binary | 10011010 | 10110100 | 111100 | 1110 | 0 | 1000011 | 11101 | 1001001 | 110010 | 101111 |
Color Harmonies of #9AB43C
Complementary color
Monochromatic Colors of #9AB43C
Black with #9AB43C
Text Example
Text Example
White with #9AB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB43C; }
p { color: rgb(154,180,60); }
H1.HeaderClassName
{
color: #9AB43C;
}
.AnyTagClassName
{
color: #9AB43C;
}
</style>
background-color css
<style>
a { background-color: #9AB43C; }
a { background-color: rgb(154,180,60); }
div.DivClassName
{
background-color: #9AB43C;
}
.BgClassName
{
background-color: #9AB43C;
}
</style>
border-color css
<style>
span { border-color: #9AB43C; }
span { border-color: rgb(154,180,60); }
td.TdClassName
{
border-color: #9AB43C;
}
.TagClassName
{
border-color: #9AB43C;
}
</style>