Shades of Limerick #9FAF3B
Tints of Limerick #9FAF3B
RGB
CMYK
RGB Variations
Color information
#9FAF3B (or 0x9FAF3B) is known color: Limerick. HEX triplet: 9F, AF and 3B. RGB value is (159,175,59). Sum of RGB (Red+Green+Blue) = 159+175+59=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF3B is #6050C4. Grayscale: #9D9D9D. Windows color (decimal): -6312133 or 3911583. OLE color: 3911583.
HSL color Cylindrical-coordinate representation of color #9FAF3B: hue angle of 68.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FAF3B is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 59 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.31 |
| HSL | 68.28º | 0.5% | 0.46% | - |
| HSV(B) | 68.28º | 0.66% | 0.69% | - |
| XYZ | 30.42 | 38.35 | 9.94 | - |
| YUV | 156.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 59 | 0.09 | 0 | 0.66 | 0.31 | 68.28 | 0.5 | 0.46 |
| Hex | 9F | AF | 3B | 9 | 0 | 42 | 1F | 44 | 32 | 2E |
| Octal | 237 | 257 | 73 | 11 | 0 | 102 | 37 | 104 | 62 | 56 |
| Binary | 10011111 | 10101111 | 111011 | 1001 | 0 | 1000010 | 11111 | 1000100 | 110010 | 101110 |
Color Harmonies of #9FAF3B
Complementary color
Monochromatic Colors of #9FAF3B
Black with #9FAF3B
Text Example
Text Example
White with #9FAF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF3B; }
p { color: rgb(159,175,59); }
H1.HeaderClassName
{
color: #9FAF3B;
}
.AnyTagClassName
{
color: #9FAF3B;
}
</style>
background-color css
<style>
a { background-color: #9FAF3B; }
a { background-color: rgb(159,175,59); }
div.DivClassName
{
background-color: #9FAF3B;
}
.BgClassName
{
background-color: #9FAF3B;
}
</style>
border-color css
<style>
span { border-color: #9FAF3B; }
span { border-color: rgb(159,175,59); }
td.TdClassName
{
border-color: #9FAF3B;
}
.TagClassName
{
border-color: #9FAF3B;
}
</style>