Shades of Highball #9FA236
Tints of Highball #9FA236
RGB
CMYK
RGB Variations
Color information
#9FA236 (or 0x9FA236) is known color: Highball. HEX triplet: 9F, A2 and 36. RGB value is (159,162,54). Sum of RGB (Red+Green+Blue) = 159+162+54=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA236 is #605DC9. Grayscale: #959595. Windows color (decimal): -6315466 or 3580575. OLE color: 3580575.
HSL color Cylindrical-coordinate representation of color #9FA236: hue angle of 61.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FA236 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 54 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.36 |
| HSL | 61.67º | 0.5% | 0.42% | - |
| HSV(B) | 61.67º | 0.67% | 0.64% | - |
| XYZ | 27.88 | 33.48 | 8.48 | - |
| YUV | 148.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 54 | 0.02 | 0 | 0.67 | 0.36 | 61.67 | 0.5 | 0.42 |
| Hex | 9F | A2 | 36 | 2 | 0 | 43 | 24 | 3E | 32 | 2A |
| Octal | 237 | 242 | 66 | 2 | 0 | 103 | 44 | 76 | 62 | 52 |
| Binary | 10011111 | 10100010 | 110110 | 10 | 0 | 1000011 | 100100 | 111110 | 110010 | 101010 |
Color Harmonies of #9FA236
Complementary color
Monochromatic Colors of #9FA236
Black with #9FA236
Text Example
Text Example
White with #9FA236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA236; }
p { color: rgb(159,162,54); }
H1.HeaderClassName
{
color: #9FA236;
}
.AnyTagClassName
{
color: #9FA236;
}
</style>
background-color css
<style>
a { background-color: #9FA236; }
a { background-color: rgb(159,162,54); }
div.DivClassName
{
background-color: #9FA236;
}
.BgClassName
{
background-color: #9FA236;
}
</style>
border-color css
<style>
span { border-color: #9FA236; }
span { border-color: rgb(159,162,54); }
td.TdClassName
{
border-color: #9FA236;
}
.TagClassName
{
border-color: #9FA236;
}
</style>