Shades of Limerick #9AB62D
Tints of Limerick #9AB62D
RGB
CMYK
RGB Variations
Color information
#9AB62D (or 0x9AB62D) is known color: Limerick. HEX triplet: 9A, B6 and 2D. RGB value is (154,182,45). Sum of RGB (Red+Green+Blue) = 154+182+45=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB62D is #6549D2. Grayscale: #9E9E9E. Windows color (decimal): -6638035 or 2995866. OLE color: 2995866.
HSL color Cylindrical-coordinate representation of color #9AB62D: hue angle of 72.26º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AB62D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 45 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.29 |
| HSL | 72.26º | 0.6% | 0.45% | - |
| HSV(B) | 72.26º | 0.75% | 0.71% | - |
| XYZ | 30.53 | 40.52 | 8.69 | - |
| YUV | 158.01 | 64.22 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 45 | 0.15 | 0 | 0.75 | 0.29 | 72.26 | 0.6 | 0.45 |
| Hex | 9A | B6 | 2D | F | 0 | 4B | 1D | 48 | 3C | 2D |
| Octal | 232 | 266 | 55 | 17 | 0 | 113 | 35 | 110 | 74 | 55 |
| Binary | 10011010 | 10110110 | 101101 | 1111 | 0 | 1001011 | 11101 | 1001000 | 111100 | 101101 |
Color Harmonies of #9AB62D
Complementary color
Monochromatic Colors of #9AB62D
Black with #9AB62D
Text Example
Text Example
White with #9AB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB62D; }
p { color: rgb(154,182,45); }
H1.HeaderClassName
{
color: #9AB62D;
}
.AnyTagClassName
{
color: #9AB62D;
}
</style>
background-color css
<style>
a { background-color: #9AB62D; }
a { background-color: rgb(154,182,45); }
div.DivClassName
{
background-color: #9AB62D;
}
.BgClassName
{
background-color: #9AB62D;
}
</style>
border-color css
<style>
span { border-color: #9AB62D; }
span { border-color: rgb(154,182,45); }
td.TdClassName
{
border-color: #9AB62D;
}
.TagClassName
{
border-color: #9AB62D;
}
</style>