Shades of Bahia #9FC623
Tints of Bahia #9FC623
RGB
CMYK
RGB Variations
Color information
#9FC623 (or 0x9FC623) is known color: Bahia. HEX triplet: 9F, C6 and 23. RGB value is (159,198,35). Sum of RGB (Red+Green+Blue) = 159+198+35=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC623 is #6039DC. Grayscale: #A8A8A8. Windows color (decimal): -6306269 or 2344607. OLE color: 2344607.
HSL color Cylindrical-coordinate representation of color #9FC623: hue angle of 74.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9FC623 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 198 | 35 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.22 |
| HSL | 74.36º | 0.7% | 0.46% | - |
| HSV(B) | 74.36º | 0.82% | 0.78% | - |
| XYZ | 34.8 | 47.88 | 9 | - |
| YUV | 167.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 198 | 35 | 0.20 | 0 | 0.82 | 0.22 | 74.36 | 0.7 | 0.46 |
| Hex | 9F | C6 | 23 | 14 | 0 | 52 | 16 | 4A | 46 | 2E |
| Octal | 237 | 306 | 43 | 24 | 0 | 122 | 26 | 112 | 106 | 56 |
| Binary | 10011111 | 11000110 | 100011 | 10100 | 0 | 1010010 | 10110 | 1001010 | 1000110 | 101110 |
Color Harmonies of #9FC623
Complementary color
Monochromatic Colors of #9FC623
Black with #9FC623
Text Example
Text Example
White with #9FC623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC623; }
p { color: rgb(159,198,35); }
H1.HeaderClassName
{
color: #9FC623;
}
.AnyTagClassName
{
color: #9FC623;
}
</style>
background-color css
<style>
a { background-color: #9FC623; }
a { background-color: rgb(159,198,35); }
div.DivClassName
{
background-color: #9FC623;
}
.BgClassName
{
background-color: #9FC623;
}
</style>
border-color css
<style>
span { border-color: #9FC623; }
span { border-color: rgb(159,198,35); }
td.TdClassName
{
border-color: #9FC623;
}
.TagClassName
{
border-color: #9FC623;
}
</style>