Shades of Limerick #9AB33D
Tints of Limerick #9AB33D
RGB
CMYK
RGB Variations
Color information
#9AB33D (or 0x9AB33D) is known color: Limerick. HEX triplet: 9A, B3 and 3D. RGB value is (154,179,61). Sum of RGB (Red+Green+Blue) = 154+179+61=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB33D is #654CC2. Grayscale: #9E9E9E. Windows color (decimal): -6638787 or 4043674. OLE color: 4043674.
HSL color Cylindrical-coordinate representation of color #9AB33D: hue angle of 72.71º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AB33D is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 61 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.30 |
| HSL | 72.71º | 0.49% | 0.47% | - |
| HSV(B) | 72.71º | 0.66% | 0.7% | - |
| XYZ | 30.29 | 39.45 | 10.43 | - |
| YUV | 158.07 | 73.22 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 61 | 0.14 | 0 | 0.66 | 0.30 | 72.71 | 0.49 | 0.47 |
| Hex | 9A | B3 | 3D | E | 0 | 42 | 1E | 49 | 31 | 2F |
| Octal | 232 | 263 | 75 | 16 | 0 | 102 | 36 | 111 | 61 | 57 |
| Binary | 10011010 | 10110011 | 111101 | 1110 | 0 | 1000010 | 11110 | 1001001 | 110001 | 101111 |
Color Harmonies of #9AB33D
Complementary color
Monochromatic Colors of #9AB33D
Black with #9AB33D
Text Example
Text Example
White with #9AB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB33D; }
p { color: rgb(154,179,61); }
H1.HeaderClassName
{
color: #9AB33D;
}
.AnyTagClassName
{
color: #9AB33D;
}
</style>
background-color css
<style>
a { background-color: #9AB33D; }
a { background-color: rgb(154,179,61); }
div.DivClassName
{
background-color: #9AB33D;
}
.BgClassName
{
background-color: #9AB33D;
}
</style>
border-color css
<style>
span { border-color: #9AB33D; }
span { border-color: rgb(154,179,61); }
td.TdClassName
{
border-color: #9AB33D;
}
.TagClassName
{
border-color: #9AB33D;
}
</style>