Shades of Limerick #9FAD38
Tints of Limerick #9FAD38
RGB
CMYK
RGB Variations
Color information
#9FAD38 (or 0x9FAD38) is known color: Limerick. HEX triplet: 9F, AD and 38. RGB value is (159,173,56). Sum of RGB (Red+Green+Blue) = 159+173+56=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAD38 is #6052C7. Grayscale: #9B9B9B. Windows color (decimal): -6312648 or 3714463. OLE color: 3714463.
HSL color Cylindrical-coordinate representation of color #9FAD38: hue angle of 67.18º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FAD38 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 56 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.32 |
| HSL | 67.18º | 0.51% | 0.45% | - |
| HSV(B) | 67.18º | 0.68% | 0.68% | - |
| XYZ | 29.96 | 37.54 | 9.41 | - |
| YUV | 155.48 | 71.86 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 56 | 0.08 | 0 | 0.68 | 0.32 | 67.18 | 0.51 | 0.45 |
| Hex | 9F | AD | 38 | 8 | 0 | 44 | 20 | 43 | 33 | 2D |
| Octal | 237 | 255 | 70 | 10 | 0 | 104 | 40 | 103 | 63 | 55 |
| Binary | 10011111 | 10101101 | 111000 | 1000 | 0 | 1000100 | 100000 | 1000011 | 110011 | 101101 |
Color Harmonies of #9FAD38
Complementary color
Monochromatic Colors of #9FAD38
Black with #9FAD38
Text Example
Text Example
White with #9FAD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD38; }
p { color: rgb(159,173,56); }
H1.HeaderClassName
{
color: #9FAD38;
}
.AnyTagClassName
{
color: #9FAD38;
}
</style>
background-color css
<style>
a { background-color: #9FAD38; }
a { background-color: rgb(159,173,56); }
div.DivClassName
{
background-color: #9FAD38;
}
.BgClassName
{
background-color: #9FAD38;
}
</style>
border-color css
<style>
span { border-color: #9FAD38; }
span { border-color: rgb(159,173,56); }
td.TdClassName
{
border-color: #9FAD38;
}
.TagClassName
{
border-color: #9FAD38;
}
</style>