Shades of Limerick #9FAF31
Tints of Limerick #9FAF31
RGB
CMYK
RGB Variations
Color information
#9FAF31 (or 0x9FAF31) is known color: Limerick. HEX triplet: 9F, AF and 31. RGB value is (159,175,49). Sum of RGB (Red+Green+Blue) = 159+175+49=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF31 is #6050CE. Grayscale: #9C9C9C. Windows color (decimal): -6312143 or 3256223. OLE color: 3256223.
HSL color Cylindrical-coordinate representation of color #9FAF31: hue angle of 67.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FAF31 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 49 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.31 |
| HSL | 67.62º | 0.56% | 0.44% | - |
| HSV(B) | 67.62º | 0.72% | 0.69% | - |
| XYZ | 30.18 | 38.25 | 8.7 | - |
| YUV | 155.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 49 | 0.09 | 0 | 0.72 | 0.31 | 67.62 | 0.56 | 0.44 |
| Hex | 9F | AF | 31 | 9 | 0 | 48 | 1F | 44 | 38 | 2C |
| Octal | 237 | 257 | 61 | 11 | 0 | 110 | 37 | 104 | 70 | 54 |
| Binary | 10011111 | 10101111 | 110001 | 1001 | 0 | 1001000 | 11111 | 1000100 | 111000 | 101100 |
Color Harmonies of #9FAF31
Complementary color
Monochromatic Colors of #9FAF31
Black with #9FAF31
Text Example
Text Example
White with #9FAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF31; }
p { color: rgb(159,175,49); }
H1.HeaderClassName
{
color: #9FAF31;
}
.AnyTagClassName
{
color: #9FAF31;
}
</style>
background-color css
<style>
a { background-color: #9FAF31; }
a { background-color: rgb(159,175,49); }
div.DivClassName
{
background-color: #9FAF31;
}
.BgClassName
{
background-color: #9FAF31;
}
</style>
border-color css
<style>
span { border-color: #9FAF31; }
span { border-color: rgb(159,175,49); }
td.TdClassName
{
border-color: #9FAF31;
}
.TagClassName
{
border-color: #9FAF31;
}
</style>