Shades of Limerick #9AB33F
Tints of Limerick #9AB33F
RGB
CMYK
RGB Variations
Color information
#9AB33F (or 0x9AB33F) is known color: Limerick. HEX triplet: 9A, B3 and 3F. RGB value is (154,179,63). Sum of RGB (Red+Green+Blue) = 154+179+63=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB33F is #654CC0. Grayscale: #9E9E9E. Windows color (decimal): -6638785 or 4174746. OLE color: 4174746.
HSL color Cylindrical-coordinate representation of color #9AB33F: hue angle of 72.93º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AB33F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 63 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.30 |
| HSL | 72.93º | 0.48% | 0.47% | - |
| HSV(B) | 72.93º | 0.65% | 0.7% | - |
| XYZ | 30.34 | 39.47 | 10.72 | - |
| YUV | 158.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 63 | 0.14 | 0 | 0.65 | 0.30 | 72.93 | 0.48 | 0.47 |
| Hex | 9A | B3 | 3F | E | 0 | 41 | 1E | 49 | 30 | 2F |
| Octal | 232 | 263 | 77 | 16 | 0 | 101 | 36 | 111 | 60 | 57 |
| Binary | 10011010 | 10110011 | 111111 | 1110 | 0 | 1000001 | 11110 | 1001001 | 110000 | 101111 |
Color Harmonies of #9AB33F
Complementary color
Monochromatic Colors of #9AB33F
Black with #9AB33F
Text Example
Text Example
White with #9AB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB33F; }
p { color: rgb(154,179,63); }
H1.HeaderClassName
{
color: #9AB33F;
}
.AnyTagClassName
{
color: #9AB33F;
}
</style>
background-color css
<style>
a { background-color: #9AB33F; }
a { background-color: rgb(154,179,63); }
div.DivClassName
{
background-color: #9AB33F;
}
.BgClassName
{
background-color: #9AB33F;
}
</style>
border-color css
<style>
span { border-color: #9AB33F; }
span { border-color: rgb(154,179,63); }
td.TdClassName
{
border-color: #9AB33F;
}
.TagClassName
{
border-color: #9AB33F;
}
</style>